Subject: | Does not skip "perl" |
I noticed that the CPAN::Dependency object contains a skip list, including 'perl'.
When running a little launch script I made for testing single modules, I get
adam@red:~$ sudo perl show_deps.pl PPI
PPI => PPI 0.900 by ADAMK (Adam Kennedy)
prereqs: Class::Autouse, Class::Inspector, Clone, File::Slurp, List::MoreUtils, List::Util, perl
[ERROR] 'perl' does not contain an author part
[ERROR] Cannot find 'perl' in the module tree
Show quoted text
>> error: no dist found for perl
END PROCESSING
It would appear that this skip list is not being used.