CPAN modules

[prev] [thread] [next] [Date index for 2005/04/22]

From: Philip M. Gollucci
Subject: CPAN modules
Date: 08:15 on 22 Apr 2005
This is a multi-part message in MIME format.
--------------070205010400070400070401
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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 (pgollucci@xxxxxx.xxx) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Developer / Liquidity Services, Inc.
	http://www.liquidityservicesinc.com

--------------070205010400070400070401
Content-Type: text/plain;
 name="cpan.pl"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="cpan.pl"

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

--------------070205010400070400070401--

CPAN modules
Philip M. Gollucci 08:15 on 22 Apr 2005

Re: CPAN modules
Stas Bekman 05:20 on 23 Apr 2005

Re: CPAN modules
Philip M. Gollucci 06:30 on 23 Apr 2005

Re: CPAN modules
Stas Bekman 14:58 on 23 Apr 2005

Generated at 09:30 on 27 Apr 2005 by mariachi v0.52