perldelta for 7ef30830/#114018
authorFather Chrysostomos <sprout@cpan.org>
Tue, 14 Aug 2012 21:40:38 +0000 (14:40 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 15 Aug 2012 00:49:30 +0000 (17:49 -0700)
pod/perldelta.pod

index 8541dba..0f951df 100644 (file)
@@ -520,6 +520,12 @@ subroutine.
 
 =item *
 
+Similarly, C<print $x> and C<print eval '$x'> now produce the same output.
+This also allows "my $x if 0" variables to be seen in the debugger
+[perl #114018].
+
+=item *
+
 Formats called recursively no longer stomp on their own lexical variables,
 but each recursive call has its own set of lexicals.