perldelta for 8cece9139ae
authorFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 06:11:47 +0000 (22:11 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 12 Nov 2013 06:11:47 +0000 (22:11 -0800)
pod/perldelta.pod

index 2343fe7..a411c38 100644 (file)
@@ -396,6 +396,11 @@ their alphabetic equivalents, C<or> and C<and>).  This means
 C<foreach (pos $x || pos $y) {...}> now allows C<pos> to be modified
 through $_.
 
+=item *
+
+C<*DB::DB = sub {} if 0> no longer stops Perl's debugging mode from finding
+C<DB::DB> subs declared thereafter.
+
 =back
 
 =head1 Known Problems