Your requires1.pm would typically be called cpanfile and not start with a package statement. See cpanfile and the corresponding discussion in your thread Using Cartons to automate module installs.

Yes, indeed...thank you for the reminder, both then and now. I find myself refering back to previous write-ups when I'm facing the issues of breaking in a new system. A person tries to do the same things, but they are all a bit different. I've been able to get everything loaded except Plack::Handler::Twiggy.

cpan shows that my version is undef, both before and after I reinstall:

$ cpan -l | grep Twiggy Twiggy 0.1026 Twiggy::Server undef Twiggy::Server::SS undef Plack::Handler::Twiggy undef

I try to use cpanm to reinstall:

$ cpanm --reinstall --verbose Plack::Handler::Twiggy cpanm (App::cpanminus) 1.7044 on perl 5.028001 built for arm-linux-gnu +eabihf-thread-multi-64int ... Fetching http://www.cpan.org/authors/id/M/MI/MIYAGAWA/ ... Entering Twiggy-0.1026 ... Configuring Twiggy-0.1026 ... Checking if your kit is complete... Looks good ... All tests successful. Result: PASS ... 1 distribution installed

But the needle hasn't moved:

$ cpan -l | grep Twiggy Twiggy 0.1026 Twiggy::Server undef Twiggy::Server::SS undef Plack::Handler::Twiggy undef $

, and this consigns this command to failure:

$ cpanm --verbose --installdeps . cpanm (App::cpanminus) 1.7044 on perl 5.028001 built for arm-linux-gnu +eabihf-thread-multi-64int ... Checking if you have Plack::Handler::Twiggy 0.1025 ... No ... Checking if you have GPS::NMEA 0.17 ... Yes (1.12) ==> Found dependencies: Plack::Handler::Twiggy Searching Plack::Handler::Twiggy (0.1025) on cpanmetadb ... Found Plack::Handler::Twiggy which doesn't satisfy 0.1025. ! Installing the dependencies failed: Installed version (undef) of Pla +ck::Handler::Twiggy is not in range '0.1025' ! Bailing out the installation for .. $

So I'm still caught in the tentacles of Charybdis with this one module, looking for tips on how to get it installed properly. How do I get Plack::Handler::Twiggy to be version 0.1026 like Twiggy?

Cheers,


In reply to Re^4: cpanm stuck with Plack::Handler::Twiggy by Aldebaran
in thread CPAN 2.29 stuck with Net::SSLeahy by Aldebaran

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.