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.16 by root, Thu Jul 9 22:37:53 2009 UTC vs.
Revision 1.17 by root, Fri Jul 17 23:12:20 2009 UTC

21 21
22=cut 22=cut
23 23
24package AnyEvent::Strict; 24package AnyEvent::Strict;
25 25
26no warnings; # *sigh*
27use strict qw(vars subs);
28
29use Carp qw(croak); 26use Carp qw(croak);
30use Fcntl (); 27use Fcntl ();
31 28
32use AnyEvent (); 29use AnyEvent (); BEGIN { AnyEvent::common_sense }
33use AnyEvent::Util (); 30use AnyEvent::Util ();
34 31
35our @ISA; 32our @ISA;
36 33
37AnyEvent::post_detect { 34AnyEvent::post_detect {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines