One last utility: depscan.pl
- Warped Frankensteinian offspring of Test::More and scandeps.pl from Module::Scandeps
- Don't look in there!
- But it works
- Prints out a PREREQ_PM section for Makefile.PL:
% find ./lib -name "*.pm" | xargs depscan.pl
'Class::DBI' => '0.94',
'Class::DBI::mysql' => '0.16',
'Class::Data::Inheritable' => '0.02',
'DBD::SQLite' => '0.28',
'DBD::mysql' => '2.041',
'YAML' => '0.35',
'Class::Accessor' => '0.18',
'Class::Trigger' => '0.08',
'Ima::DBI' => '0.31',
'UNIVERSAL::moniker' => '0.06',
'DBI' => '1.21',
'Class::WhiteHole' => '0.04',
'TransGaming::PackageTools' => '0.02'