summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-12-15 06:42:46 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-12-15 06:57:48 -0800
commitf57782098583d59036babaddbe01acc61bff67c2 (patch)
tree7c3eee0300659b97c88be224cf10a66fd3d96998 /pod
parent785fb8130a41d4914f28d00b6d58d8b9437774a0 (diff)
downloadperl-f57782098583d59036babaddbe01acc61bff67c2.tar.gz
perldelta for 67a057d6d8 (charnames crash)
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 683e4906b8..c71c5f6d1f 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -531,6 +531,11 @@ Renaming packages through glob assignment
(C<*Foo:: = *Bar::; *Bar:: = *Baz::>) in combination with C<m?...?> and
C<reset> no longer makes threaded builds crash.
+=item *
+
+An earlier release in the 5.17.x series could crash if user code prevented
+_charnames from loading via C<$INC{'_charnames.pm'}++>.
+
=back
=head1 Known Problems