This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e50262
)
perldelta for 230834321 (renamed stashes; m??; reset)
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:40:40 +0000
(06:40 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 15 Dec 2012 14:57:48 +0000
(06:57 -0800)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
f4d00ab
..
683e490
100644
(file)
--- 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