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.8 by root, Tue May 20 15:07:03 2008 UTC vs.
Revision 1.9 by root, Fri May 23 21:04:11 2008 UTC

64 64
65package Coro::LWP; 65package Coro::LWP;
66 66
67use strict; 67use strict;
68 68
69# import these so they cna grab Socket::inet_aton
70use AnyEvent::Util ();
71use AnyEvent::DNS ();
72
69use Coro::Select (); 73use Coro::Select ();
70use Coro::Util (); 74use Coro::Util ();
71use Coro::Socket (); 75use Coro::Socket ();
72 76
73use Socket (); 77use Socket ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines