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.47 by root, Fri Oct 2 19:55:59 2009 UTC vs.
Revision 1.48 by root, Fri Dec 11 18:32:23 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines