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.23 by root, Sun Nov 14 02:26:29 2010 UTC vs.
Revision 1.24 by root, Sun Nov 14 02:26:52 2010 UTC

18B<< Currently, only AnyEvent I<methods> are checked, the AE:: I<functions> are not 18B<< Currently, only AnyEvent I<methods> are checked, the AE:: I<functions> are not
19affected. >> 19affected. >>
20 20
21Normally, you don't load this module yourself but instead use it 21Normally, you don't load this module yourself but instead use it
22indirectly via the C<PERL_ANYEVENT_STRICT> environment variable (see 22indirectly via the C<PERL_ANYEVENT_STRICT> environment variable (see
23L<AnyEvent>). However, this module can be loaded at any time. 23L<AnyEvent>). However, this module can be loaded manually at any time.
24 24
25=cut 25=cut
26 26
27package AnyEvent::Strict; 27package AnyEvent::Strict;
28 28

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines