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.27 by root, Sun Aug 14 22:35:22 2011 UTC vs.
Revision 1.28 by root, Mon Aug 15 19:19:19 2011 UTC

26 26
27use Carp qw(croak); 27use Carp qw(croak);
28 28
29use AnyEvent (); BEGIN { AnyEvent::common_sense } 29use AnyEvent (); BEGIN { AnyEvent::common_sense }
30 30
31AnyEvent::_isa_hook 0 => "AnyEvent::Strict", 1; 31AnyEvent::_isa_hook 1 => "AnyEvent::Strict", 1;
32 32
33my $magic = []; 33my $magic = [];
34 34
35sub wrap { 35sub wrap {
36 my $cb = shift; 36 my $cb = shift;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines