This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 649c173
authorFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 04:26:03 +0000 (21:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 13 Aug 2013 04:26:03 +0000 (21:26 -0700)
pod/perldelta.pod

index e61dd43..673ef5d 100644 (file)
@@ -541,6 +541,11 @@ unaffected.
 Enabling "used once" warnings no longer causes crashes on stash
 circularities created at compile time (C<*Foo::Bar::Foo:: = *Foo::>).
 
+=item *
+
+Undef constants used in hash keys (C<use constant u => undef; $h{+u}>) no
+longer produce "uninitialized" warnings at compile time.
+
 =back
 
 =head1 Known Problems