In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/28482d6cad995d14acdad04e18ee2d4ee32c6a18?hp=20c88bf7facccf1de86d055e8b89eacf898319a4>

- Log -----------------------------------------------------------------
commit 28482d6cad995d14acdad04e18ee2d4ee32c6a18
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Sat Oct 18 09:57:34 2014 -0700

    perldelta for 20c88bf
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 99de917..554d161 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -522,6 +522,12 @@ Internally Perl no longer uses the C<SVs_PADMY> flag.  
C<SvPADMY()> now
 returns a true value for anything not marked PADTMP.  C<SVs_PADMY> is now
 defined as 0.
 
+=item *
+
+The C<sv_catpvn_flags> function accepts C<SV_CATBYTES> and C<SV_CATUTF8>
+flags, which specify whether the appended string is bytes or utf8,
+respectively.
+
 =back
 
 =head1 Selected Bug Fixes

--
Perl5 Master Repository

Reply via email to