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.21 by root, Wed Sep 24 07:30:12 2008 UTC vs.
Revision 1.22 by root, Mon Sep 29 12:40:50 2008 UTC

87 87
88use Net::HTTP (); 88use Net::HTTP ();
89use Net::FTP (); 89use Net::FTP ();
90use Net::NNTP (); 90use Net::NNTP ();
91 91
92our $VERSION = 4.748; 92our $VERSION = 4.749;
93 93
94*Socket::inet_aton = \&Coro::Util::inet_aton; 94*Socket::inet_aton = \&Coro::Util::inet_aton;
95 95
96for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) { 96for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) {
97 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::; 97 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines