Hi all,

For those interested, to run _ALL_ tests of the modules themselves, modperl2, and libapreq2:

I've had to install the following modules.

Attached is a perl script to run this through CPAN.

HTH


Note: This list is ordered so that even perl5.6.2 doesn't ask you about dependencies in the CPAN shell. Some of these are in CORE in later versions of perl.

CGI  3.08
Devel::Symdump
MIME::Base64
URI
Net::FTP
Compress::Zlib
Digest::base
Digest::MD5
HTML::Tagset
HTML::Parser
LWP
IPC::Run3
BSD::Resource
Chatbot::Eliza
Tie::IxHash
Text::Balanced
Parse::RecDescent
ExtUtils::XSBuilder
Storable
Proc::ProcessTable
Pod::Escapes
Pod::Simple
Test::Builder::Tester
Test::Pod
Test::Inline
DBI
DBD::mysql
Apache::Session::MySQL
Apache::DBI 0.96 (Note, this is not in CPAN yet.)
Apache-Test (installed by mp2)

--
END
------------------------------------------------------
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
        http://www.liquidityservicesinc.com
use CPAN;

my @modules = qw (
CGI
Devel::Symdump
MIME::Base64
URI
Net::FTP
Compress::Zlib
Digest::base
Digest::MD5
HTML::Tagset
HTML::Parser
LWP
IPC::Run3
BSD::Resource
Chatbot::Eliza
Tie::IxHash
Text::Balanced
Parse::RecDescent
ExtUtils::XSBuilder
Storable
Proc::ProcessTable
Pod::Escapes
Pod::Simple
Test::Builder::Tester
Test::Pod
Test::Inline
DBI
DBD::mysql
Apache::Session::MySQL
);

CPAN::Shell->install(@modules);

## Apache::DBI 0.96 not in CPAN yet
## Apache-Test installed via mp2

Reply via email to