In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/4faa3060d68eb0699c8448b308f611c244fbff09?hp=ebcc725e3f7e5ec8b898a7035ff5c5e2c230522e>

- Log -----------------------------------------------------------------
commit 4faa3060d68eb0699c8448b308f611c244fbff09
Author: Tony Cook <[email protected]>
Date:   Mon Oct 30 11:14:36 2017 +1100

    perldelta for e8d55f27af46, ebcc725e3f7e

-----------------------------------------------------------------------

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

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 38a9d323d7..13fb0c96b3 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -399,6 +399,17 @@ The in-place reverse optimisation now correctly 
strengthens weak
 references using the L<C<sv_rvunweaken()>|perlapi/sv_rvunweaken>
 API function.
 
+=item *
+
+Fixed a read before buffer when parsing a range starting with C<\N{}>
+at the beginning of the character set for the transliteration
+operator.  [perl #132245]
+
+=item *
+
+Fixed a leaked SV when parsing an empty C<\N{}> at compile-time.
+[perl #132245]
+
 =back
 
 =head1 Known Problems

-- 
Perl5 Master Repository

Reply via email to