In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/127161e0d0fece1f61b6e7a16bdf935e51849da1?hp=38f18a308b948c6eaf187519a16d060e1ec7cc20>

- Log -----------------------------------------------------------------
commit 127161e0d0fece1f61b6e7a16bdf935e51849da1
Author: Randy Stauner <[email protected]>
Date:   Sat Mar 28 10:42:17 2015 -0700

    Reword reference to $ENV{PERL_UNICODE} in utf8
    
    "The $ENV{...}," doesn't read well;
    Spell it out for consistency with perlrun.
    
    Committer: Increment $VERSION and add entry to perldelta.
-----------------------------------------------------------------------

Summary of changes:
 lib/utf8.pm       | 4 ++--
 pod/perldelta.pod | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/lib/utf8.pm b/lib/utf8.pm
index ed23b61..c8ec377 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 afe91aa..a681cda 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

--
Perl5 Master Repository

Reply via email to