In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/7118f70435752910288d5779c83515b297f14bae?hp=2cb5a7e8af11acb0eca22421ec5a4df7ef18e2a9>
- Log ----------------------------------------------------------------- commit 7118f70435752910288d5779c83515b297f14bae Author: Tony Cook <[email protected]> Date: Mon Sep 16 11:10:57 2019 +1000 perldelta for 2cb5a7e8af11 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 88f8dffb14..bb33f5cb5b 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -398,6 +398,12 @@ Matching a non-C<SVf_UTF8> string against a regular expression containing unicode literals could leak a SV on each match attempt. [perl #134390] +=item * + +Overloads for octal and binary floating point literals were always +passed a string with a C<0x> prefix instead of the appropriate C<0> or +C<0b> prefix. [perl #125557] + =back =head1 Known Problems -- Perl5 Master Repository
