I was curious as to how many non-core prerequisites were required by the dualLived modules, so I put this list together. Altogether, I found approximately 47 non-core prereqs, recommended modules, modules required for tests of the dualLived modules, and "see also" modules. I left out "related modules" to keep the list compact. I listed them by order of discovery:
#!/usr/bin/perl use strict; use warnings; use CPAN; CPAN::Shell->install( "IPC::System::Simple", "warnings::compat", "FCGI", "File::HomeDir", "YAML", "YAML::Syck", "CPAN::Test::Dummy::Perl5::Build", "CPAN::Test::Dummy::Perl5::Build::DepeFails", "CPAN::Test::Dummy::Perl5::Build::Fails", "CPAN::Test::Dummy::Perl5::Make", "CPAN::Test::Dummy::Perl5::Make::ConfReq", "CPAN::Test::Dummy::Perl5::Make::Expect", "CPAN::Test::Dummy::Perl5::Make::Features", "CPAN::Test::Dummy::Perl5::Make::UnsatPrereq", "CPAN::Test::Dummy::Perl5::Make::Zip", "Term::ReadKey", "Text::Glob", "File::Which", "Archive::Zip", "Archive::Extract", "IPC::Run", "Module::Signature", "URI", "HTTP::Request", "Net::DNS", "Test::Reporter", "Test::Pod", "Test::Pod::Coverage", "Locale::Maketext::Lexicon", "Math::BigInt::GMP", "Math::BigInt::Pari", "Pod::Readme", "Software::License", "YAML::Tiny", "Text::Unidecode", "Log::Agent", "Clone", "Pod::Spell", "Business::ISBN", "Test::Portability::Files", "Digest::BubbleBabble", "Algorithm::Diff", "Text::Diff", "Test::Unit", "Test::Inline", "BSD::Resource", "Time::TAI64");

Replies are listed 'Best First'.
Re: The Unexplored Territory Part III
by Anonymous Monk on Jan 03, 2010 at 08:57 UTC
    SelfLoader is core. Your list can't be trusted :)
      Thanks. I stand SelfCorrected:).