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.87 by root, Sun Jun 1 19:55:42 2014 UTC vs.
Revision 1.88 by root, Sun Jun 1 22:00:45 2014 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 = 6.38; 76our $VERSION = 6.39;
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