Front page | perl.cpan.discuss |
Postings from December 2011
Re: Offline CPAN use
Thread Previous
|
Thread Next
From:
Steffen Schwigon
Date:
December 5, 2011 02:28
Subject:
Re: Offline CPAN use
Message ID:
87d3c3s47m.fsf@renormalist.net
nimectos <tt4g-xtsy@dea.spamcon.org> 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 “cpan .” 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
--
Steffen Schwigon <ss5@renormalist.net>
Dresden Perl Mongers <http://dresden-pm.org/>
Thread Previous
|
Thread Next