Subject: | Dependencies on e.g. Log::Message are not stated in META.yml |
Hello,
I noticed that Log::Message is at least one dependency CPANPLUS which is
not stated in the META.yml file (which actually doesn't list any
dependencies).
A quick grep of the source code in blib/ comes up with these candidates,
which off the top of my head aren't core modules, and so may warrant
optional or mandatory prerequisites:
Archive::Extract
Cwd
DBD::SQLite
DBIx::Simple
File::Basename
File::Fetch
File::Spec
File::Temp
IPC::Cmd
Locale::Maketext::Simple
Log::Message
Module::Load
Module::Loaded
Object::Accessor
Package::Constants
Params::Check
Parse::CPAN::Meta
Term::ReadLine
Term::UI
Test
Time::Local
Additionally, the code also contains an explicit dependency on Perl
5.006001.
I haven't looked in t/ or elsewhere.