In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/47c2f9f1b715c476e20d480ef9540b2af28ec283?hp=296f0d566b9f3ad1885ae7493caaffbd0cf2eada>
- Log ----------------------------------------------------------------- commit 47c2f9f1b715c476e20d480ef9540b2af28ec283 Author: Tony Cook <[email protected]> Date: Tue Feb 10 11:25:22 2015 +1100 perldelta for 9efda33a86bb, 296f0d566b9f ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index a869647..baa01c8 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -411,6 +411,10 @@ warning is issued when something looking like a POSIX class is not inside a bracketed class. That warning wasn't getting generated when the POSIX class was negated: C<[:^ascii:]>. This is now fixed. +=item * + +Fix a couple of other size calculation overflows. [perl #123554] + =back =head1 Known Problems -- Perl5 Master Repository
