I have a humble request - that the mod local::lib be installed by default at part of CPAN, and not as a separate install. ... It is a chicken/egg scenario, in order to install from fileshare, you have to have local::lib installed. ...

Well, CPAN isn't maintained by perlmonks ...

But there really is no need to inline local::lib -- simply read local::lib documentation

All local::lib does is arrange a few env vars supported by Perl/CPAN/ExtUtils::MakeMaker/Module::Build

There is no chicken and egg problem, you don't need local::lib installed to set a few env vars

Also, like Corion says, you don't need local::lib to install modules from a local file share

All you have to do is update your cpan configuration and set a few env vars

See CPAN/perlrun ( Re: How do I tell CPAN to use a local lib? () )


In reply to Re: local::lib - installed by default by Anonymous Monk
in thread local::lib - installed by default by wmehl

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.