--- Coro/eg/lwp 2008/11/24 04:56:38 1.8 +++ Coro/eg/lwp 2008/11/24 07:55:28 1.9 @@ -1,8 +1,9 @@ #!/usr/bin/perl +use Coro::LWP; # should be use'd as early as possible + use Coro; use Coro::AnyEvent; -use Coro::LWP; # should be use'd as early as possible use LWP::Simple; $SIG{PIPE} = 'IGNORE';