Subject: | Sometimes wrong line number for first statement after function |
Wrong:
use Function::Parameters;
fun f(){}
die; #Died at try.pl line 2.
Right:
use Function::Parameters;
fun f(){}
;die; #Died at try.pl line 3.
This queue is for tickets about the Function-Parameters CPAN distribution.
The Basics
People
|
Bug Information
|