Subject: | listed prereq metric: fails to spot usage in code |
Hi Domm,
take a look at http://cpants.perl.org/dist/prereq/File-Path
I list File-Basename as a prereq, and the code uses it as follows:
use File::Basename ();
I think the trailing parens with whitespace fail to match, and thus
"Modules used in code" does not list them.
David