[Catalyst] CPAN install without test? [ot]

Andy Armstrong andy at hexten.net
Sat Jan 5 23:29:54 GMT 2008


On 5 Jan 2008, at 23:16, Martin Ellison wrote:

> Does anyone know how to get CPAN to install a module without doing  
> the test steps at all? Force install still does the test steps; I  
> just want to go to the actual make install.

You can

cpan> look Some::Module
$ perl Makefile.PL
$ make
$ sudo make install

-- 
Andy Armstrong, Hexten







More information about the Catalyst mailing list