perldelta for 51da40e
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 03:42:54 +0000 (20:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 03:45:16 +0000 (20:45 -0700)
pod/perldelta.pod

index 0d7c29f..54d2487 100644 (file)
@@ -535,6 +535,11 @@ corrupt string, and no longer prevents C<#line> directives in string evals
 from providing the source lines to the debugger.  Threaded builds were
 unaffected.
 
+=item *
+
+Enabling "used once" warnings no longer causes crashes on stash
+circularities created at compile time (C<*Foo::Bar::Foo:: = *Foo::>).
+
 =back
 
 =head1 Known Problems