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.305 by root, Sun Dec 13 05:13:15 2009 UTC vs.
Revision 1.306 by root, Tue Dec 15 05:49:13 2009 UTC

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\x00"; 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 - NO UTF-8, as Util.pm doesn't like this atm. (uts46data.pl)
1151 $^H |= 0x00000600; 1151 $^H |= 0x00000600;
1152} 1152}
1153 1153
1154BEGIN { AnyEvent::common_sense } 1154BEGIN { AnyEvent::common_sense }
1155 1155

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines