This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for c9df4fdaad9 (dump LABEL leak)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 07:04:25 +0000 (00:04 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 28 Jul 2012 07:04:25 +0000 (00:04 -0700)
pod/perldelta.pod

index eb4bc06..9fecc46 100644 (file)
@@ -348,6 +348,10 @@ C<\w> now matches the code points U+200C (ZERO WIDTH NON-JOINER) and
 U+200D (ZERO WIDTH JOINER).  C<\W> no longer matches these.  This change
 is because Unicode corrected their definition of what C<\w> should match.
 
+=item *
+
+C<dump LABEL> no longer leaks its label.
+
 =back
 
 =head1 Known Problems