FYI, fedora linux can install perl modules for *system perl* via its own package manager (dnf). For example, I can do

dnf search pinto dnf install perl-Pinto.noarch

(Perl packages are prefixed by perl- TeX packages by texlive-, etc.)

Having said all that, and as a warning to other readers: it is best to have own perl version installed via perlbrew so as to keep own perl and its installed packages separate from system perl and its own packages. System perl is not always updated to the latest as a precaution against incompatibilities etc. So, installing perl modules via linux's package manager, i.e. for the system perl, I assume that it has no danger to break one's system because the linux distribution people must have done their tests and allowed for the specific version to be installed via OS package manager. What is prone to breaking the system is to NOT having a separate perl (via perlbrew) but use the system perl AND installing packages (and dependencies!) via cpan/cpanm (for the system perl). The latter will not know what packages the OS perl should not have upgraded etc. and will sooner or later break the system with one-too-many upgrade. Just a warning to new readers. (I learned this here at PerlMonks myself)


In reply to Re: Has Pinto become broken for new installs? - bootstrapped cpanm cannot find Pinto by bliako
in thread Has Pinto become broken for new installs? - bootstrapped cpanm cannot find Pinto by Intrepid

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.