> Despite your assertion to the contrary, in many cases your "unclonable" modules are missing prerequisites.

Thank you monks! I see what you guys mean about the prerequisites by checking a bunch of the build.log files. Sorry for doubting you. Things like App::perlfind and Astro::Catalog and Astro::SpaceTrack require LWP::Protocol::https and did finally install once I forced Net::SSLeay. There are a couple of others that had these problems:

  • Acme::Tools - forced install
    #   Failed test at t/02_general.t line 188.
    #          got: 'server-3-163-125-2.lax54.r.cloudfront.net'
    #     expected: 'www.vg.no'
    
    #   Failed test at t/02_general.t line 189.
    #          got: 'server-3-163-125-2.lax54.r.cloudfront.net'
    #     expected: 'www.vg.no'
    
  • Alien::CFITSIO - can't figure this out
    -> FAIL Installing Alien::curl failed.
    
  • Alien::Plotly::Kaleido - needed an outbound firewall rule
  • Astro::FITS::CFITSIO - can't figure this out
    ! Installing Alien::curl failed.
    
  • CGI-Kwiki - had to install as CGI::Kwiki
  • Chart::GGPlot - needed an outbound firewall rule
  • Color::RGB - removed from CPAN
  • Devel::Chitin - can't figure this out
  • Devel::hdb - depends on Devel::Chitin
  • EV - fails many tests, install hangs
  • File::Fingerprint - removed from CPAN
  • Geo::Compass::Variation - Calculation model is expired: 2020-2024
  • HTML-TableExtract - had to install as HTML::TableExtract
  • Imager::File::GIF - GIF libraries or headers not found ***
  • Module-Overview - had to install as Module::Overview
  • Module::XSOrPP - failed tests
  • Syntax - Pod file describing syntax understood by Language::Basic module
  • URI::ws - removed from CPAN? unknown
  • pod2pdf - had to install as App::pod2pdf

    *** Imager::File::GIF installed by referencing my old node at Imager support for PNG, JPEG and GIF on macOS Sonoma:

    perl Makefile.PL -v --incpath=/opt/homebrew/include --libpath=/opt/hom +ebrew/var/homebrew/linked/giflib/lib

    In reply to Re: perlbrew clone-modules fails to install lots of modules SOLVED! by Anonymous Monk
    in thread perlbrew clone-modules fails to install lots of modules by Anonymous Monk

    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.