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.61 by root, Wed Jul 13 02:36:02 2011 UTC vs.
Revision 1.62 by root, Wed Aug 3 09:43:04 2011 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.02; 129our $VERSION = 6.03;
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