diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-23 10:14:43 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-23 10:14:43 +0000 |
commit | 075d4edd61a9648945541c8a76d8c03d4588400b (patch) | |
tree | 016036781878bc1809fe9dc6af234d420d401767 /lib/utf8.pm | |
parent | 60a1aa196c6751722bae1e1ee83a99d0d965146d (diff) | |
download | perl-075d4edd61a9648945541c8a76d8c03d4588400b.tar.gz |
Tels' patch to defer overloading of hex and oct,
to avoid magic leaking and smoke failures under
utf-8 locales
p4raw-id: //depot/perl@31450
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index ac73aa1806..a985021f32 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.06'; +our $VERSION = '1.07'; sub import { $^H |= $utf8::hint_bits; |