summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-05 15:17:23 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-05 15:17:23 +0000
commit612cfdf27c84f3ca36e00ec7f6925d0a5223e483 (patch)
tree730bc58e1d2947be324163eb213b870f2331830d /lib/utf8.pm
parent6e0c49021edba9e9721445f9290f9128c314b9de (diff)
downloadperl-612cfdf27c84f3ca36e00ec7f6925d0a5223e483.tar.gz
Bump versions of non dual-life modules
p4raw-id: //depot/perl@24399
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r--lib/utf8.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index e0b9f85b26..b7c938e17e 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;