In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/788468129d8a42bd9df0c4c464748b10dc4d47f7?hp=ebeb11a21ae3604196ca01f39f88f98f174b7b3e>

- Log -----------------------------------------------------------------
commit 788468129d8a42bd9df0c4c464748b10dc4d47f7
Author: Florian Ragwitz <r...@debian.org>
Date:   Fri Sep 17 22:31:54 2010 +0200

    perldelta up to ebeb11a
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1907863..ade21f7 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,10 +1,7 @@
 =encoding utf8
 
 =for release_engineer
-* changelogged up to a1bbdff
-* the mauve module will not be part of the release, so it's not changelogged
-yet. it also added some new api functions. those aren't covered either, as they
-might go away again in case mauve gets rolled back for 5.13.5.
+* changelogged up to ebeb11a
 
 =head1 NAME
 
@@ -61,8 +58,8 @@ complete Perl statement. See L<perlapi> for details.
 =head2 API functions for accessing the runtime hinthash
 
 A new C API for introspecting the hinthash C<%^H> at runtime has been added. 
See
-C<cop_hints_2hv>, C<cop_hints_fetchpvn>, C<cop_hints_fetchpvs>, and
-C<cop_hints_fetchsv> in L<perlapi> for details.
+C<cop_hints_2hv>, C<cop_hints_fetchpvn>, C<cop_hints_fetchpvs>,
+C<cop_hints_fetchsv>, and C<hv_copy_hints_hv> in L<perlapi> for details.
 
 =head2 C interface to C<caller()>
 
@@ -229,6 +226,10 @@ C<Filter::Simple> has been upgraded from version 0.84 to 
0.85.
 
 =item *
 
+C<Hash::Util> has been upgraded from version 0.08 to 0.09.
+
+=item *
+
 C<Math::BigInt> has been upgraded from version 1.89_01 to 1.95.
 C<Math::BigInt::Calc> has been upgraded from version 0.52 to 0.54.
 
@@ -617,6 +618,10 @@ It also gave incorrect warnings that the C<8> and C<9> 
were ignored.
 Now C<[\8\9]> is the same as C<[89]> and gives legitimate warnings that
 C<\8> and C<\9> are unrecognized escape sequences, passed-through.
 
+=item *
+
+C<warn()> now respects utf8-encoded scalars [perl #45549].
+
 =back
 
 =head1 Known Problems

--
Perl5 Master Repository

Reply via email to