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.21 by root, Tue Aug 31 23:32:40 2010 UTC vs.
Revision 1.22 by root, Sun Nov 14 02:24:52 2010 UTC

32AnyEvent::post_detect { 32AnyEvent::post_detect {
33 # assume the first ISA member is the implementation 33 # assume the first ISA member is the implementation
34 # # and link us in before it in the chain. 34 # # and link us in before it in the chain.
35 my $MODEL = shift @AnyEvent::ISA; 35 my $MODEL = shift @AnyEvent::ISA;
36 unshift @ISA, $MODEL; 36 unshift @ISA, $MODEL;
37 unshift @AnyEvent::ISA, AnyEvent::Strict:: 37 unshift @AnyEvent::ISA, AnyEvent::Strict::;
38}; 38};
39 39
40sub io { 40sub io {
41 my $class = shift; 41 my $class = shift;
42 my %arg = @_; 42 my %arg = @_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines