ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.301 by root, Tue Dec 1 18:04:21 2009 UTC vs.
Revision 1.302 by root, Fri Dec 4 16:31:57 2009 UTC

1131package AnyEvent; 1131package AnyEvent;
1132 1132
1133# basically a tuned-down version of common::sense 1133# basically a tuned-down version of common::sense
1134sub common_sense { 1134sub common_sense {
1135 # from common:.sense 1.0 1135 # from common:.sense 1.0
1136 ${^WARNING_BITS} = "\xfc\x3f\xf3\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x03"; 1136 ${^WARNING_BITS} = "\xfc\x3f\x33\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x03";
1137 # use strict vars subs 1137 # use strict vars subs
1138 $^H |= 0x00000600; 1138 $^H |= 0x00000600;
1139} 1139}
1140 1140
1141BEGIN { AnyEvent::common_sense } 1141BEGIN { AnyEvent::common_sense }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines