[Pdx-pm] CPAN.pm and prerequisite_policy

Chris Dawson cdawson at webiphany.com
Wed Aug 4 13:50:37 CDT 2004


I have been searching in vain on google for the answer, but I cannot 
figure out programmatically how to modify the Config hash in CPAN.pm.  
Is this not correct?

use CPAN;
$CPAN::Config->{ 'prerequisites_policy' } = 'follow';
install( "XML::LibXML" );

I want to temporarily ask CPAN to follow all dependencies. 

Thanks,
Chris


More information about the Pdx-pm-list mailing list