From c054cc81adb57104665b99eae754be176c963e70 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 12 Aug 2013 21:28:07 -0700 Subject: [PATCH] perldelta for 9e0ea7f MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The thing about locking hash keys inside the substitution and vivifying globs is too hard to explain clearly and concisely. This section is entitled ‘*Selected* Bug Fixes’, after all. --- pod/perldelta.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 673ef5d..192a4c1 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -546,6 +546,11 @@ circularities created at compile time (C<*Foo::Bar::Foo:: = *Foo::>). Undef constants used in hash keys (C undef; $h{+u}>) no longer produce "uninitialized" warnings at compile time. +=item * + +Modifying a substitution target inside the substitution replacement no +longer causes crashes. + =back =head1 Known Problems -- 2.7.4