nimectos <tt4g-x...@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 <s...@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>