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.57 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.58 by root, Thu Oct 1 23:16:27 2009 UTC

60 60
61=cut 61=cut
62 62
63package Coro::Socket; 63package Coro::Socket;
64 64
65no warnings "uninitialized"; 65use common::sense;
66
67use strict;
68 66
69use Errno (); 67use Errno ();
70use Carp qw(croak); 68use Carp qw(croak);
71use Socket; 69use Socket;
72use IO::Socket::INET (); 70use IO::Socket::INET ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines