Skip Menu |

This queue is for tickets about the Sub-Identify CPAN distribution.

Report information
The Basics
Id: 124128
Status: new
Priority: 0/
Queue: Sub-Identify

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

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



Subject: Typo in DOC
Show quoted text
>my ($file, $line) = get_code_location( $some_coderef ); >$file > and say "this coderef is defined at line $line in file $file";
Actually the $file:$line here is the first $file:$line of code of this $some_coderef and this is not the $file:$line where this $some_coderef is defined!