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.


In reply to CPAN::Mini::Inject and Bundles by pileofrogs

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.