Hi, Monks, I'm hoping somebody else has also run into this problem.

We're maintaining a local CPAN repository for our in-house software and to control versions of regular CPAN modules. For our main application ("mercury") we've created a CPAN bundle called Bundle::Mercury listing all the modules we want installed when the mercury application is installed on a box. That much works fine the first time.

But now we're adding a new module to the list in the bundle and we've upgraded the version number on the bundle from 0.07 to 0.08. We'd like to be able to say "install Bundle::Mercury" and have it read the new module list from v0.08 in our CPAN repository, but what it does is read the *old* module list from the old Bundle/Mercury.pm file stored on disk. The only way to get CPAN to read the new bundle list seems to be deleting the old file on the local disk.

Is anybody else in the same situation and making it work?


In reply to CPAN bundle versions by kgoess

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.