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.97 by root, Tue Aug 14 16:51:38 2018 UTC vs.
Revision 1.98 by root, Sun Dec 16 09:33:44 2018 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.52; 129our $VERSION = 6.53;
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