use Module::Find instead of enumerating over the files
This commit is contained in:
parent
568fd0b608
commit
a2757494af
6 changed files with 21 additions and 27 deletions
|
|
@ -114,6 +114,7 @@ checkModule("Path::Class", '0.16' );
|
|||
checkModule("Exception::Class", "1.23" );
|
||||
checkModule("List::MoreUtils", "0.22" );
|
||||
checkModule("File::Path", "2.04" );
|
||||
checkModule("Module::Find", "0.06" );
|
||||
|
||||
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue