summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-13 17:08:13 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-13 17:08:13 +0000
commite522ce3244f21930be3717fbf4884b71d1d0de69 (patch)
treefd013b40a47aab22ddf877a37f0e47c24d369479 /lib/utf8.pm
parent0f414b9566e174d41eb2dcd375172be5f19a5e0d (diff)
downloadperl-e522ce3244f21930be3717fbf4884b71d1d0de69.tar.gz
$utf8::VERSION++ # Documentation.
p4raw-id: //depot/perl@26824
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 7de9f63e16..56c991bef9 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
sub import {
$^H |= $utf8::hint_bits;