From: Nicholas Clark Date: Fri, 13 Jan 2006 17:08:13 +0000 (+0000) Subject: $utf8::VERSION++ # Documentation. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e522ce3244f21930be3717fbf4884b71d1d0de69;p=p5sagit%2Fp5-mst-13.2.git $utf8::VERSION++ # Documentation. p4raw-id: //depot/perl@26824 --- diff --git a/lib/utf8.pm b/lib/utf8.pm index 7de9f63..56c991b 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;