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.4 by root, Sat Mar 24 19:17:13 2007 UTC vs.
Revision 1.5 by root, Fri Apr 25 04:28:50 2008 UTC

69 69
70use Net::HTTP; 70use Net::HTTP;
71use Net::FTP; 71use Net::FTP;
72use Net::NNTP; 72use Net::NNTP;
73 73
74our $VERSION = '0.9'; 74our $VERSION = 4.6;
75 75
76*Socket::inet_aton = \&Coro::Util::inet_aton; 76*Socket::inet_aton = \&Coro::Util::inet_aton;
77 77
78for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) { 78for (@Net::HTTP::ISA, @Net::FTP::ISA, @Net::NTTP::ISA) {
79 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::; 79 $_ = Coro::LWP::Socket:: if $_ eq IO::Socket::INET::;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines