Re: [Module::Build] Getting started help
Status: Beta
Brought to you by:
kwilliams
|
From: <and...@fr...> - 2006-06-22 05:19:45
|
>>>>> On Wed, 21 Jun 2006 13:26:58 -0400, "Lindiakos, Fotios" <fli...@mi...> said:
> Thanks so much, that all worked perfectly.
> But I have a followup question, is there a way to actually install this
> with the CPAN shell from my tar.gz?
One option would be to upload the tarball with a name that matches
/\d_\d/, say
Foo-Bar-3.14_90.tar.gz
because such files are not indexed; and when it has propagated to your
mirror, install it with the command
install MYDIR/Foo-Bar-3.14_90.tar.gz
from the CPAN shell.
--
andreas
|