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.69 by root, Mon Oct 8 23:16:15 2012 UTC vs.
Revision 1.70 by root, Fri Dec 7 22:37:24 2012 UTC

124 124
125use Net::HTTP (); 125use Net::HTTP ();
126use Net::FTP (); 126use Net::FTP ();
127use Net::NNTP (); 127use Net::NNTP ();
128 128
129our $VERSION = "6.10"; 129our $VERSION = 6.23;
130 130
131*Socket::inet_aton = \&Coro::Util::inet_aton; 131*Socket::inet_aton = \&Coro::Util::inet_aton;
132 132
133for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) { 133for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) {
134 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::; 134 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines