in reply to Re^2: Install a CPAN module from a local distr. file
in thread Install a CPAN module from a local distr. file

If you upgrade to a recent development version of CPAN (anything later than 1.88_55), it supports installing from local directories using a new "dot" syntax for distributions. Give it a dot or end a directory path with a dot and it will use that directory as if it were a downloaded and unwrapped tarball.

$ cpan . $ cpan some/directory/.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Replies are listed 'Best First'.
Re^4: Install a CPAN module from a local distr. file
by Anonymous Monk on Apr 02, 2007 at 15:21 UTC
    I updated the CPAN, but the dot (.) trick doesn't work; cpan thinks it's a module name :/ (i've tried "./" as well)
    MB