ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-MP/MP.pm
(Generate patch)

Comparing AnyEvent-MP/MP.pm (file contents):
Revision 1.133 by root, Mon Mar 12 10:34:06 2012 UTC vs.
Revision 1.134 by root, Mon Mar 12 14:47:23 2012 UTC

400 400
401sub rcv($@); 401sub rcv($@);
402 402
403my $KILME = sub { 403my $KILME = sub {
404 (my $tag = substr $_[0], 0, 30) =~ s/([\x20-\x7e])/./g; 404 (my $tag = substr $_[0], 0, 30) =~ s/([\x20-\x7e])/./g;
405 kil $SELF, unhandled_message => "no callback set for message (first element $tag)"; 405 kil $SELF, unhandled_message => "missing (tag or fallback) callback for message '$tag'";
406}; 406};
407 407
408sub port(;&) { 408sub port(;&) {
409 my $id = $UNIQ . ++$ID; 409 my $id = $UNIQ . ++$ID;
410 my $port = "$NODE#$id"; 410 my $port = "$NODE#$id";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines