In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/1bed9104d475eb126ab7d1df518bb894f66e1fab?hp=1ef28cc363aecc46572509c9acfcd02ed416d226>

- Log -----------------------------------------------------------------
commit 1bed9104d475eb126ab7d1df518bb894f66e1fab
Author: Tony Cook <[email protected]>
Date:   Thu Jun 27 10:35:57 2019 +1000

    perldelta for 1ef28cc363ae

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

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

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 837ff95111..d15509e332 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -368,7 +368,11 @@ files in F<ext/> and F<lib/> are best summarized in 
L</Modules and Pragmata>.
 
 =item *
 
-XXX
+Parsing incomplete hex or binary literals was changed in 5.31.1 to
+treat such a literal as just the 0, leaving the following C<x> or C<b>
+to be parsed as part of the next token.  This could lead to some
+silent changes in behaviour, so now incomplete hex or binary literals
+produce a fatal error.  [perl #134125]
 
 =back
 

-- 
Perl5 Master Repository

Reply via email to