This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f414b9
)
$utf8::VERSION++ # Documentation.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 13 Jan 2006 17:08:13 +0000
(17:08 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 13 Jan 2006 17:08:13 +0000
(17:08 +0000)
p4raw-id: //depot/perl@26824
lib/utf8.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/utf8.pm
b/lib/utf8.pm
index
7de9f63
..
56c991b
100644
(file)
--- a/
lib/utf8.pm
+++ b/
lib/utf8.pm
@@
-2,7
+2,7
@@
package utf8;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.0
5
';
+our $VERSION = '1.0
6
';
sub import {
$^H |= $utf8::hint_bits;