summaryrefslogtreecommitdiff
path: root/lib/utf8.pm
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-02-01 11:41:28 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-02-01 11:41:28 -0500
commit71795226ca4f06fe74d8d6ebb6b91dd8f7fc27af (patch)
tree1a1427505f19fc94cbd4131d6cefb8d918493eb1 /lib/utf8.pm
parent3d92e8b1e4996571de64a81f181b979bcc11778c (diff)
downloadperl-71795226ca4f06fe74d8d6ebb6b91dd8f7fc27af.tar.gz
Bump versions of modules changed since the last blead release (found by
abigail's new failing test)
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 2d4afb5ac0..b59eabfbd7 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.08';
+our $VERSION = '1.09';
sub import {
$^H |= $utf8::hint_bits;