A swath of VERSION patches from Nicholas Clark.
[p5sagit/p5-mst-13.2.git] / lib / utf8.pm
index 0c8a991..986d577 100644 (file)
@@ -2,7 +2,7 @@ package utf8;
 
 $utf8::hint_bits = 0x00800000;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 sub import {
     $^H |= $utf8::hint_bits;