use Module::Find instead of enumerating over the files

This commit is contained in:
Graham Knop 2008-09-17 15:38:01 +00:00
parent 568fd0b608
commit a2757494af
6 changed files with 21 additions and 27 deletions

View file

@ -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" );
###################################