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.24 by root, Sun Nov 14 02:26:52 2010 UTC vs.
Revision 1.25 by root, Sat Aug 13 02:20:29 2011 UTC

36 # assume the first ISA member is the implementation 36 # assume the first ISA member is the implementation
37 # # and link us in before it in the chain. 37 # # and link us in before it in the chain.
38 my $MODEL = shift @AnyEvent::ISA; 38 my $MODEL = shift @AnyEvent::ISA;
39 unshift @ISA, $MODEL; 39 unshift @ISA, $MODEL;
40 unshift @AnyEvent::ISA, AnyEvent::Strict::; 40 unshift @AnyEvent::ISA, AnyEvent::Strict::;
41 AE::_reset;
41}; 42};
42 43
43sub io { 44sub io {
44 my $class = shift; 45 my $class = shift;
45 my %arg = @_; 46 my %arg = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines