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

Comparing AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.52 by root, Fri Sep 11 02:34:25 2009 UTC vs.
Revision 1.53 by root, Tue Sep 22 09:38:28 2009 UTC

413 $host, 413 $host,
414 $port, 414 $port,
415 prepare => sub { 415 prepare => sub {
416 my (undef, $host, $port) = @_; 416 my (undef, $host, $port) = @_;
417 $bind = AnyEvent::Socket::format_hostport $host, $port; 417 $bind = AnyEvent::Socket::format_hostport $host, $port;
418 0
418 }, 419 },
419 ; 420 ;
420 $LISTENER{$bind} = $listener; 421 $LISTENER{$bind} = $listener;
421 push @$LISTENER, $bind; 422 push @$LISTENER, $bind;
422 } 423 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines