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.13 by root, Wed Jul 8 02:01:12 2009 UTC vs.
Revision 1.14 by root, Thu Jul 9 18:58:19 2009 UTC

21 21
22=cut 22=cut
23 23
24package AnyEvent::Strict; 24package AnyEvent::Strict;
25 25
26no warnings; # *sigh* 26use common::sense;
27use strict qw(vars subs);
28 27
29use Carp qw(croak); 28use Carp qw(croak);
30use Fcntl (); 29use Fcntl ();
31 30
32use AnyEvent (); 31use AnyEvent ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines