pileofrogs has asked for the wisdom of the Perl Monks concerning the following question:
I'm setting up a local CPAN::Mini mirror and I'm using CPAN::Mini::Inject to add some local modules to my mini-cpan. That seems to be working great.
I'd like add some bundles in a similar way that I've used CPAN::Mini::Inject to add modules. I tried making a bundle with Module::Build and installing it with CPAN::Mini::Inject, but it doesn't work. I get this error telling me that the CHECKSUM file is bad:
Signature invalid for distribution file. Please investigate. Distribution id = D/DY/DYLAN/Bundle-SCCC-Standard-0.01.tar.gz CPAN_USERID DYLAN (Dylan Martin <dmartin@sccd.ctc.edu>) CHECKSUM_STATUS CONTAINSMODS localfile /usr/local/cpan/sources/authors/id/D/DY/DYLAN/Bundle- +SCCC-Standard-0.01.tar.gz I'd recommend removing /usr/local/cpan/sources/authors/id/D/DY/DYLAN/CHECKSUMS. Its signature is invalid. Maybe you have configured your 'urllist' with a bad URL. Please check this array with 'o conf urllist', and retry.
I've verified that the CHECKSUM file is correct.
So, my question is: Whats the best way to distribute a local bundle to machines on my local network? If it is with a CPAN::Mini, what do I need to do to make it work?
Thanks!
-Pileofrogs
This question is related to CPAN and Site Modules
Update: Success!! If you follow the advice in CPAN::Mini::Inject Discoveries, you can install Bundles no problem.
|
|---|