in reply to Re^2: CPAN::Shell not loading CPAN config
in thread CPAN::Shell not loading CPAN config
And from a script:perl -MCPAN::FirstTime -e 'CPAN::FirstTime::init();'
#!/usr/bin/perl use strict; use warnings; use CPAN; use CPAN::FirstTime; CPAN::FirstTime::init(); CPAN::Shell->install( "Bundle::CPAN", "Bundle::LWP");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CPAN::Shell not loading CPAN config
by bannaN (Acolyte) on Jul 19, 2010 at 12:05 UTC |