So, that domain was compiled into Config.pm, presumably by some Apple developer? And the only way I can change it, other than editing each instance of Makefile.PL, is to recompile Perl? Is that right?

Not important. No, that isn't right.

It would be so cool if Config.pm used something like .configrc or .config_profile to specify configuration variables, particularly those that are of interest to Perl users rather that Perl builders.

No.

Maybe you can take a minute and read the documentation for Config to figure out its purpose.

If you're making modules you're gonna have to edit Makefile.PL no matter the tools you use, as as you're going to have to edit any .xs files, or .pm files.

h2xs is just a template/stubber.

h2xs is not an IDE (integrated development environment).

That h2xs pluck host out of %Config tells you how old it is and who wrote it (its the guy who wrote perl itself).


In reply to Re^3: AUTHOR default setting in h2xs by Anonymous Monk
in thread AUTHOR default setting in h2xs by perlboy_emeritus

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.