http://www.perlmonks.org?node_id=1068146


in reply to Re: installing dependencies
in thread installing dependencies

While Carton indeed looks interesting at the moment I don't like that it installs dependencies into a "local" directory.

As at the moment I want to install the modules into their default location I think I'll just go with calls to CPAN->install which when I think about it should be good enough for me.