X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Futf8.pm;h=b7c938e17eda0774f56440f5cd87a1f434d541e6;hb=002b9267a385cf8ff0e7534241cdf3798da8636c;hp=e0b9f85b26397a7642df58d49b9720c1bc74905a;hpb=bd7017d37d1ea75ed228b98d66032e165497283f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/utf8.pm b/lib/utf8.pm index e0b9f85..b7c938e 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.04'; +our $VERSION = '1.05'; sub import { $^H |= $utf8::hint_bits;