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.345 by root, Fri Dec 31 04:50:44 2010 UTC vs.
Revision 1.346 by root, Fri Jan 14 06:32:21 2011 UTC

1151 1151
1152package AnyEvent; 1152package AnyEvent;
1153 1153
1154# basically a tuned-down version of common::sense 1154# basically a tuned-down version of common::sense
1155sub common_sense { 1155sub common_sense {
1156 # from common:.sense 3.3 1156 # from common:.sense 3.4
1157 ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\x3c\x3f\x33\x00\x0f\xf3\x0f\xc0\xf0\xfc\x33\x00"; 1157 ${^WARNING_BITS} ^= ${^WARNING_BITS} ^ "\x3c\x3f\x33\x00\x0f\xf0\x0f\xc0\xf0\xfc\x33\x00";
1158 # use strict vars subs - NO UTF-8, as Util.pm doesn't like this atm. (uts46data.pl) 1158 # use strict vars subs - NO UTF-8, as Util.pm doesn't like this atm. (uts46data.pl)
1159 $^H |= 0x00000600; 1159 $^H |= 0x00000600;
1160} 1160}
1161 1161
1162BEGIN { AnyEvent::common_sense } 1162BEGIN { AnyEvent::common_sense }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines