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.22 by root, Tue May 20 15:07:03 2008 UTC vs.
Revision 1.23 by root, Sun May 25 03:05:42 2008 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 = 4.6; 49our $VERSION = 4.72;
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