in reply to Re: Force Install without Running Tests
in thread Force Install without Running Tests
I know that I'm years behind on this. But, just in case someone else goes looking for this information, try...
Using CPAN/MCPAN Shell:
perl -MCPAN -e "CPAN::Shell->notest('install', 'Math::Bigint')"
Using CPANM (CPAN::Minus):
cpanm Math::Bigint -n
Hope I'm able to help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Force Install without Running Tests
by stevieb (Canon) on Oct 17, 2016 at 06:09 UTC | |
|
Re^3: Force Install without Running Tests
by Anonymous Monk on Feb 21, 2017 at 18:59 UTC |