Document that the evaled syntax errors cause scalar leaks.
Jarkko Hietaniemi [Mon, 6 Nov 2000 00:05:30 +0000 (00:05 +0000)]
p4raw-id: //depot/perl@7569

t/comp/proto.t

index 9ac1e0f..31c7839 100755 (executable)
@@ -487,6 +487,9 @@ sub sreftest (\$$) {
 }
 
 # test prototypes when they are evaled and there is a syntax error
+#
+# NOTE: evaled syntax errors mean scalar leaks
+#
 for my $p ( "", qw{ () ($) ($@) ($%) ($;$) (&) (&\@) (&@) (%) (\%) (\@) } ) {
   no warnings 'redefine';
   my $eval = "sub evaled_subroutine $p { &void *; }";