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.64 by root, Thu Nov 11 00:09:09 2010 UTC vs.
Revision 1.65 by root, Sun Feb 13 04:39:16 2011 UTC

71 71
72use Coro::Util (); 72use Coro::Util ();
73 73
74use base qw(Coro::Handle IO::Socket::INET); 74use base qw(Coro::Handle IO::Socket::INET);
75 75
76our $VERSION = 5.25; 76our $VERSION = 5.26;
77 77
78our (%_proto, %_port); 78our (%_proto, %_port);
79 79
80sub _proto($) { 80sub _proto($) {
81 $_proto{$_[0]} ||= do { 81 $_proto{$_[0]} ||= do {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines