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.331 by root, Tue Aug 31 01:00:48 2010 UTC vs.
Revision 1.332 by root, Tue Aug 31 23:32:40 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines