From 785fb8130a41d4914f28d00b6d58d8b9437774a0 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 15 Dec 2012 06:40:40 -0800 Subject: [PATCH] perldelta for 230834321 (renamed stashes; m??; reset) --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f4d00ab..683e490 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -525,6 +525,12 @@ is treated as C [perl #115818]. C now calls FETCH before deciding what type of goto (subroutine or label) this is. +=item * + +Renaming packages through glob assignment +(C<*Foo:: = *Bar::; *Bar:: = *Baz::>) in combination with C and +C no longer makes threaded builds crash. + =back =head1 Known Problems -- 2.7.4