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.45 by root, Sat Aug 22 22:36:23 2009 UTC vs.
Revision 1.46 by root, Thu Oct 1 23:16:27 2009 UTC

65 65
66=cut 66=cut
67 67
68package Coro::LWP; 68package Coro::LWP;
69 69
70use strict; 70use common::sense;
71no warnings;
72 71
73BEGIN { 72BEGIN {
74 # suppress warnings 73 # suppress warnings
75 local $^W = 0; 74 local $^W = 0;
76 require Net::Config; 75 require Net::Config;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines