In nearly ten years of trying, I have never once succeeded at installing a CPANPLUS autobundle, nor CPAN before it. My wits' end appeared in the rearview quite some time ago, and now I hover over the abyss like the coyote waiting for gravity to notice him.

I can create a bundle just fine:

CPAN Terminal> b [MSG] Checking if source files are up to date [MSG] Retrieving /opt/ActivePerl-5.10/cpanplus/sourcefiles.2.18.stored Wrote autobundle to '/opt/ActivePerl-5.10/cpanplus/5.10.0/dist/autobun +dle/Snapshot_2008_08_13_02.pm
However, every attempt to install the autobundle, using exactly the instruction recorded within that file, gives the same results:
$ perl -MCPANPLUS -e "install Snapshot_2008_08_13_02" [MSG] Checking if source files are up to date [MSG] Retrieving /opt/ActivePerl-5.10/cpanplus/sourcefiles.2.18.stored [ERROR] No such module 'Snapshot_2008_08_13_02'
I have tried moving the Snapshot file into my CPANPLUS root directory, into the Bundle directory under that, and leaving it in 5.10.0/dist/autobundle. I have added the location of the file to -I in the perl command-line quoted above. I have made the autobundle destination my current directory. I have moved the Snapshot file into my module path.

I've lost track of how many variations I've tried. Clearly I've missed some vital piece of information, but I cannot find it in the mans, the pods, Perlmonks, CPAN, or Google. Can anyone tell me what that might be, or point me to a step-by-step example of installing a CPANPLUS autobundle?

Update: I tried to install the updated CPANPLUS, and was not able to get the dependencies to work. The Task module, however, has earned my This Week's Best Thing Since Sliced Bread award. I'm thinking of attempting a bundle2task adaptor. Thanks for the tip.

cat >~/.sig </dev/interesting


In reply to Autobundles: CPANPLUS has made me its b***h by misterwhipple

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.