in reply to Install a CPAN module from a local distr. file
If you've got the tarball locally anyhow then there's not really much benefit there in having CPAN install it over just unbundling it by hand and running 'perl Makefile.PL && make && make test && make install' from your shell (which is pretty much just what the install command would have done).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Install a CPAN module from a local distr. file
by sgifford (Prior) on Mar 30, 2007 at 19:19 UTC | |
|
Re^2: Install a CPAN module from a local distr. file
by Anonymous Monk on Mar 30, 2007 at 19:20 UTC | |
by Fletch (Bishop) on Mar 30, 2007 at 20:28 UTC | |
by xdg (Monsignor) on Mar 31, 2007 at 11:45 UTC | |
by Anonymous Monk on Apr 02, 2007 at 15:21 UTC | |
by Anonymous Monk on Apr 02, 2007 at 19:15 UTC |