ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.339 by root, Fri Dec 3 18:38:32 2010 UTC vs.
Revision 1.340 by root, Fri Dec 3 18:39:06 2010 UTC

1309 if defined &{"$MODEL\::$_"}; 1309 if defined &{"$MODEL\::$_"};
1310 } 1310 }
1311 1311
1312 if ($ENV{PERL_ANYEVENT_STRICT}) { 1312 if ($ENV{PERL_ANYEVENT_STRICT}) {
1313 eval { require AnyEvent::Strict }; 1313 eval { require AnyEvent::Strict };
1314 warn "AnyEvent: cannot load AnyEvent::Strict ($@)\n" 1314 warn "AnyEvent: cannot load AnyEvent::Strict: $@"
1315 if $@ && $VERBOSE; 1315 if $@ && $VERBOSE;
1316 } 1316 }
1317 1317
1318 (shift @post_detect)->() while @post_detect; 1318 (shift @post_detect)->() while @post_detect;
1319 1319

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines