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.15 by root, Thu Jul 9 21:42:23 2009 UTC vs.
Revision 1.16 by root, Thu Jul 9 22:37:53 2009 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines