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.19 by root, Wed Jul 29 13:15:55 2009 UTC vs.
Revision 1.20 by root, Sun Feb 21 09:28:19 2010 UTC

22=cut 22=cut
23 23
24package AnyEvent::Strict; 24package AnyEvent::Strict;
25 25
26use Carp qw(croak); 26use Carp qw(croak);
27use Fcntl ();
28 27
29use AnyEvent (); BEGIN { AnyEvent::common_sense } 28use AnyEvent (); BEGIN { AnyEvent::common_sense }
30 29
31our @ISA; 30our @ISA;
32 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines