diff options
author | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2004-04-04 13:07:50 +0000 |
commit | 20a6717b3f0310570b661870c2455994a4ab8016 (patch) | |
tree | 2f0e9ebd35b9109c447b67bbc60c87f0c168ea4a /lib/utf8.pm | |
parent | b6d5fef8cdb4285e43c5a333b488b349d2c28bd9 (diff) | |
download | perl-20a6717b3f0310570b661870c2455994a4ab8016.tar.gz |
Bump version numbers for modules that have changed since 5.8.3
p4raw-id: //depot/perl@22642
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index ea99dd9f86..486a4faa88 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -2,7 +2,7 @@ package utf8; $utf8::hint_bits = 0x00800000; -our $VERSION = '1.02'; +our $VERSION = '1.03'; sub import { $^H |= $utf8::hint_bits; |