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.94 by root, Mon Jun 29 23:49:34 2015 UTC vs.
Revision 1.95 by root, Tue Jun 30 12:42:45 2015 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.45; 76our $VERSION = 6.46;
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