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.304 by root, Fri Dec 11 18:09:24 2009 UTC vs.
Revision 1.305 by root, Sun Dec 13 05:13:15 2009 UTC

1144package AnyEvent; 1144package AnyEvent;
1145 1145
1146# basically a tuned-down version of common::sense 1146# basically a tuned-down version of common::sense
1147sub common_sense { 1147sub common_sense {
1148 # from common:.sense 1.0 1148 # from common:.sense 1.0
1149 ${^WARNING_BITS} = "\xfc\x3f\x33\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x03"; 1149 ${^WARNING_BITS} = "\xfc\x3f\x33\x00\x0f\xf3\xcf\xc0\xf3\xfc\x33\x00";
1150 # use strict vars subs 1150 # use strict vars subs
1151 $^H |= 0x00000600; 1151 $^H |= 0x00000600;
1152} 1152}
1153 1153
1154BEGIN { AnyEvent::common_sense } 1154BEGIN { AnyEvent::common_sense }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines