Skip Menu |

This queue is for tickets about the Method-Signatures-Simple CPAN distribution.

Report information
The Basics
Id: 80505
Status: resolved
Priority: 0/
Queue: Method-Signatures-Simple

People
Owner: Nobody in particular
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.02
Fixed in: (no value)



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) = @_; }"
On Tue Oct 30 18:33:10 2012, MAUKE wrote: Show quoted text
> $ 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) Show quoted text
> = @_; > }"
Thanks for this report. The next release will have the fix. rhesa