perldelta for 67a057d6d8 (charnames crash)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:42:46 +0000 (06:42 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 15 Dec 2012 14:57:48 +0000 (06:57 -0800)
pod/perldelta.pod

index 683e4906b89222d6786801123b35b2534d3ee423..c71c5f6d1f7074accdc84bd5a75ee6136814a6da 100644 (file)
@@ -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