perldelta for goto "\0"
authorFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 04:55:36 +0000 (21:55 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 22 May 2012 05:26:49 +0000 (22:26 -0700)
pod/perldelta.pod

index 8ed60e0..6417778 100644 (file)
@@ -327,6 +327,11 @@ L</Modules and Pragmata>.
 C<goto ''> now looks for an empty label, producing the "goto must have
 label" error message, instead of exiting the program [perl #111794].
 
+=item *
+
+C<goto "\0"> now dies with "Can't find label" instead of "goto must have
+label".
+
 =back
 
 =head1 Known Problems