I am on a quest to make the catalyst bundle install smoothly for non-root users on a shared webserver host, as I think this will encourage more widespread experimentation and adoption.

This is a challenging install because there are a huge number of dependencies, some of which use the old Extutils::Makemaker, and some the newer Module::Build.

After much back and forth on the mailing list, it seems that in theory this should work for non-root users if they have the newest version of cpan (v 1.87), which has configuration options for module build, including mbuildpl_arg and some other related options that get written into MyConfig.pm.

I am not a CPAN expert, so before trying to configure this myself I'd like to ask if anyone in monk world has configured a shared webserver for the newest version of cpan. If they have, would they share their MyConfig.pm, .bashrc, and other relevant configuration info for getting this to work.

I am looking for something like the information provided at Using CPAN with a non-root account, which also includes a sample MyConfig.pm -- except it's out of date and doesn't have anything for the mbuildpl_arg option and friends.

I think making this information more available will help in a wide range of scenarios, not just catalyst.

Before posting this there were no hits in SuperSearch for mbuildpl_arg so... now there's at least 1 :)


In reply to Seeking .bashrc/MyConfig.pm examples for cpan 1.87, with mbuildpl_arg, suitable for shared hosting by tphyahoo

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.