Subject: | syntax error for comments in parameter list |
$ cat bug/param-comment
#!perl
use Method::Signatures::Simple;
func frob(
$nitems # must be > 3
) {
}
__END__
$ perl bug/param-comment
syntax error at bug/param-comment line 4, near "$nitems # must be > 3)
= @_;
}"