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.2 by root, Tue Jul 8 23:54:12 2008 UTC vs.
Revision 1.3 by root, Tue Jul 8 23:55:38 2008 UTC

6 6
7use Carp qw(croak); 7use Carp qw(croak);
8use AnyEvent (); 8use AnyEvent ();
9 9
10AnyEvent::post_detect { 10AnyEvent::post_detect {
11 # assume the first ISA member is the implementation
12 # # and link us in before it in the chain.
11 my $MODEL = shift @AnyEvent::ISA; 13 my $MODEL = shift @AnyEvent::ISA;
12 unshift @ISA, $MODEL; 14 unshift @ISA, $MODEL;
13 unshift @AnyEvent::ISA, AnyEvent::Strict:: 15 unshift @AnyEvent::ISA, AnyEvent::Strict::
14}; 16};
15 17

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines