ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Socket.pm
(Generate patch)

Comparing Coro/Coro/Socket.pm (file contents):
Revision 1.48 by root, Mon Apr 6 03:34:21 2009 UTC vs.
Revision 1.49 by root, Fri May 29 07:01:18 2009 UTC

44 44
45use Coro::Util (); 45use Coro::Util ();
46 46
47use base qw(Coro::Handle IO::Socket::INET); 47use base qw(Coro::Handle IO::Socket::INET);
48 48
49our $VERSION = 5.131; 49our $VERSION = 5.132;
50 50
51our (%_proto, %_port); 51our (%_proto, %_port);
52 52
53sub _proto($) { 53sub _proto($) {
54 $_proto{$_[0]} ||= do { 54 $_proto{$_[0]} ||= do {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines