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.42 by root, Thu Aug 28 10:43:02 2014 UTC vs.
Revision 1.43 by root, Fri Sep 5 22:17:26 2014 UTC

25package AnyEvent::Strict; 25package AnyEvent::Strict;
26 26
27use Carp qw(confess); 27use Carp qw(confess);
28use Errno (); 28use Errno ();
29use POSIX (); 29use POSIX ();
30
31$Carp::Internal{AE} = 1;
32$Carp::Internal{AnyEvent::Strict} = 1;
30 33
31use AnyEvent (); BEGIN { AnyEvent::common_sense } 34use AnyEvent (); BEGIN { AnyEvent::common_sense }
32 35
33AnyEvent::_isa_hook 1 => "AnyEvent::Strict", 1; 36AnyEvent::_isa_hook 1 => "AnyEvent::Strict", 1;
34 37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines