in reply to A hack to automatically install all dependencies for a given script

See also Re: A command-line utility to list CPAN modules/dists? , a review of a whole bunch of them CPAN modules for getting module dependency information
new ones http://search.cpan.org/dist/App-Dependencio/script/dependencio and Dependencies::Searcher

  • Comment on Re: A hack to automatically install all dependencies for a given script

Replies are listed 'Best First'.
Re^2: A hack to automatically install all dependencies for a given script
by mascip (Pilgrim) on Feb 12, 2014 at 09:42 UTC
    Cheers :-) Well, I kind of knew I was re-inventing the wheel. It was fun!