From: Father Chrysostomos Date: Sat, 15 Dec 2012 14:42:46 +0000 (-0800) Subject: perldelta for 67a057d6d8 (charnames crash) X-Git-Tag: v5.17.7~45 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/f57782098583d59036babaddbe01acc61bff67c2?hp=785fb8130a41d4914f28d00b6d58d8b9437774a0 perldelta for 67a057d6d8 (charnames crash) --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 683e490..c71c5f6 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 and C 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