In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/ff2d4c114220d05f1f894895e9aa3b78c568e986?hp=ad1ecdf760483d2f4d0b46880d0941a4b6dc716d>

- Log -----------------------------------------------------------------
commit ff2d4c114220d05f1f894895e9aa3b78c568e986
Author: Tony Cook <t...@develop-help.com>
Date:   Thu Jan 3 15:40:22 2019 +1100

    perldelta for 817480137a8b

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

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

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 5e63375119..80525a5f2b 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -369,6 +369,12 @@ files in F<ext/> and F<lib/> are best summarized in 
L</Modules and Pragmata>.
 A bare C<eof> call with no previous file handle now returns true.
 [perl #133721]
 
+=item *
+
+Failing to compile a format now aborts compilation.  Like other errors
+in sub-parses this could leave the parser in a strange state, possibly
+crashing perl if compilation continued.  [perl #132158]
+
 =back
 
 =head1 Known Problems

-- 
Perl5 Master Repository

Reply via email to