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");
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.