Fix breakages that prevended -DPERL_POISON from compiling.
[p5sagit/p5-mst-13.2.git] / lib / utf8.pm
index e0b9f85..b7c938e 100644 (file)
@@ -2,7 +2,7 @@ package utf8;
 
 $utf8::hint_bits = 0x00800000;
 
-our $VERSION = '1.04';
+our $VERSION = '1.05';
 
 sub import {
     $^H |= $utf8::hint_bits;