The apprentice, having struggled to most of the day, finally caves and begs for help:

I'm trying to get my local copy of ActiveState 5.6 to work properly with the CPAN module. I've obtained nmake, gzip, tar, and all the utilities. Here's what I'm getting:

cpan> install Bundle::CPAN Going to read \devt\perl\cpan\sources\authors\01mailrc.txt.gz CPAN: Compress::Zlib loaded ok Going to read \devt\perl\cpan\sources\modules\02packages.details.txt.g +z Scanning cache \devt\perl\cpan\build\. for sizes Going to read \devt\perl\cpan\sources\modules\03modlist.data.gz CPAN: MD5 loaded ok Checksum for \devt\perl\cpan\sources\authors\id\A\AN\ANDK\CPAN-1.59.ta +r.gz ok Package comes without Makefile.PL. Writing one on our own (calling it unknown) MANIFEST: No such file or directory at C:/devt/perl/lib/ExtUtils/Manif +est.pm lin e 132. Added to MANIFEST: MANIFEST Added to MANIFEST: Makefile.PL Couldn't find a Bundle file in \devt\perl\cpan\build\ANDK004\. at C:/d +evt/perl/l ib/CPAN.pm line 1806

I think that last line is instructive, but I'm not getting it. Can someone clarify?

FWIW, The same command works on my BSD 4.0 box. I suspect I'm either missing something or have not configured CPAN.pm properly. If the latter, I need a hint.

I know PPM is supposed to work, but AS does not currently provide PPD's for File::CounterFile or AppConfig, two modules I'm trying to use.

Any and all (useful) suggestions welcome.

--f


In reply to CPAN.pm troublems by footpad

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.