X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Futf8.pm;h=986d577821bfee02cdd971207f527248fed9580e;hb=2af1ab88da52f38a7450a6455bc28aa93c8e4e57;hp=0c8a99135db3e175e4a5998d01649fba000eb9bb;hpb=e9d8cdc0682791dad6e1ddeac96716205beff833;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/utf8.pm b/lib/utf8.pm index 0c8a991..986d577 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.00'; +our $VERSION = '1.01'; sub import { $^H |= $utf8::hint_bits;