summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/utf8.pm4
-rw-r--r--pod/perldelta.pod4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm
index ed23b61386..c8ec3773f0 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -2,7 +2,7 @@ package utf8;
$utf8::hint_bits = 0x00800000;
-our $VERSION = '1.15';
+our $VERSION = '1.16';
sub import {
$^H |= $utf8::hint_bits;
@@ -74,7 +74,7 @@ I<UTF-X> is used to refer to UTF-8 on ASCII and ISO Latin based
platforms and UTF-EBCDIC on EBCDIC based platforms.
See also the effects of the C<-C> switch and its cousin, the
-C<$ENV{PERL_UNICODE}>, in L<perlrun>.
+C<PERL_UNICODE> environment variable, in L<perlrun>.
Enabling the C<utf8> pragma has the following effect:
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index afe91aac8e..a681cdac85 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -154,6 +154,10 @@ L<attributes> has been upgraded from version 0.26 to 0.27.
L<warnings> has been upgraded from version 1.31 to 1.32.
+=item *
+
+L<utf8> has been upgraded from version 1.15 to 1.16.
+
=back
=head2 Removed Modules and Pragmata