In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9749148ed05e61e4520cb91a04df07239b111b06?hp=67a38f64602c1e8bbf6b6e5d21455c3f5df90f01>
- Log ----------------------------------------------------------------- commit 9749148ed05e61e4520cb91a04df07239b111b06 Author: Tony Cook <[email protected]> Date: Thu Apr 16 10:24:24 2015 +1000 perldelta for 41ef2c66e0da, 902d16915db2 ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e3bf3d5..b700445 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -148,6 +148,12 @@ Updated to cover the latest releases of Perl. =item * +L<perl5db.pl> has been upgraded from 1.48 to 1.49. + +The debugger would cause an assertion failure. [perl #124127] + +=item * + L<PerlIO::mmap> has been upgraded from version 0.013 to 0.014. =item * @@ -390,6 +396,12 @@ either overwrite the zero-initialized padding, or bypass the initialized buffer entirely. This caused F<op/pack.t> to fail. [perl #123971] +=item * + +Extending an array cloned from a parent thread could result in +"Modification of a read-only value attempted" errors when attempting +to modify the new elements. [perl #124127] + =back =head1 Known Problems -- Perl5 Master Repository
