ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/LWP.pm
(Generate patch)

Comparing Coro/Coro/LWP.pm (file contents):
Revision 1.42 by root, Mon Jul 20 23:46:28 2009 UTC vs.
Revision 1.43 by root, Wed Jul 22 03:02:07 2009 UTC

93 93
94use Net::HTTP (); 94use Net::HTTP ();
95use Net::FTP (); 95use Net::FTP ();
96use Net::NNTP (); 96use Net::NNTP ();
97 97
98our $VERSION = 5.16; 98our $VERSION = 5.161;
99 99
100*Socket::inet_aton = \&Coro::Util::inet_aton; 100*Socket::inet_aton = \&Coro::Util::inet_aton;
101 101
102for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) { 102for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) {
103 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::; 103 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines