summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-12-15 06:40:40 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-12-15 06:57:48 -0800
commit785fb8130a41d4914f28d00b6d58d8b9437774a0 (patch)
tree0414da63bb65338971e197f25bd7f84259839dcb
parent6e50262c7a3eaee3cce4cfa435b303cbac5b04c5 (diff)
downloadperl-785fb8130a41d4914f28d00b6d58d8b9437774a0.tar.gz
perldelta for 230834321 (renamed stashes; m??; reset)
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f4d00ab8d9..683e4906b8 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -525,6 +525,12 @@ is treated as C</[.fo]/> [perl #115818].
C<goto $tied_var> 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<m?...?> and
+C<reset> no longer makes threaded builds crash.
+
=back
=head1 Known Problems