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.30 by root, Thu Aug 18 19:35:15 2011 UTC vs.
Revision 1.31 by root, Sun Aug 21 03:02:33 2011 UTC

26 26
27use Carp qw(croak); 27use Carp qw(croak);
28 28
29use AnyEvent (); BEGIN { AnyEvent::common_sense } 29use AnyEvent (); BEGIN { AnyEvent::common_sense }
30 30
31AnyEvent::_isa_hook 0 => "AnyEvent::Strict", 1; 31AnyEvent::_isa_hook 1 => "AnyEvent::Strict", 1;
32 32
33BEGIN { 33BEGIN {
34 if (defined &Internals::SvREADONLY) { 34 if (defined &Internals::SvREADONLY) {
35 # readonly available (at least 5.8.9+, working better in 5.10.1+) 35 # readonly available (at least 5.8.9+, working better in 5.10.1+)
36 *wrap = sub { 36 *wrap = sub {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines