Re: Offline CPAN use
[email protected] (Steffen Schwigon) Mon, 05 Dec 2011 10:27:57 +0000
| Newsgroups | perl.cpan.discuss |
|---|---|
| Message-ID | <[email protected]> |
nimectos <[email protected]> writes: > I want to point CPAN or some tool to the module .tar.gz files I want > to add, and get them installed. If you already have the .tgz files,then you just need to unpack them by yourself and then use =E2=80=9Ccpan .=E2=80=9D inside such a subdir: cd /tmp/ tar xzf Some-Lib.tar.gz # or -Z/-j for unzip/bunzip2 etc. cd /tmp/Some-Lib cpan . Kind regards, Steffen=20 --=20 Steffen Schwigon <[email protected]> Dresden Perl Mongers <http://dresden-pm.org/>