http://qs321.pair.com?node_id=747074


in reply to Local Mini CPAN Setup for private modules

Or try CPAN::Inject


www.jasonkohles.com
We're not surrounded, we're in a target-rich environment!
  • Comment on Re: Local Mini CPAN Setup for private modules

Replies are listed 'Best First'.
Re^2: Local Mini CPAN Setup for private modules
by zerohero (Monk) on Feb 28, 2009 at 03:26 UTC

    I'm implicitly using inject when I run mcpani --inject. I've figured out almost everything except one nit: cpanp won't install the latest package with the simple package name. In fact, I don't think it can find the pacakge without a version for some reason. Specifying package-with-dashes-and-version installs the new package, e.g.:

    CPAN Terminal> install QWS-Util-Stat-v0.03

    Works, but would be nice if one could drop the version and have it do the right thing.