ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent/Strict.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent/Strict.pm (file contents):
Revision 1.9 by root, Fri Mar 27 10:49:50 2009 UTC vs.
Revision 1.10 by root, Wed Apr 1 14:02:27 2009 UTC

20L<AnyEvent>). However, this module can be loaded at any time. 20L<AnyEvent>). However, this module can be loaded at any time.
21 21
22=cut 22=cut
23 23
24package AnyEvent::Strict; 24package AnyEvent::Strict;
25
26no warnings; # *sigh*
25 27
26use Carp qw(croak); 28use Carp qw(croak);
27 29
28use AnyEvent (); 30use AnyEvent ();
29 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines