From 9749148ed05e61e4520cb91a04df07239b111b06 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 16 Apr 2015 10:24:24 +1000 Subject: [PATCH] perldelta for 41ef2c66e0da, 902d16915db2 --- 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 has been upgraded from 1.48 to 1.49. + +The debugger would cause an assertion failure. [perl #124127] + +=item * + L 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 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 -- 1.8.3.1