Ah, the warning that I was getting about PERL_SRC turned out to be operator error:
[me@unixbox1:/home/me/build/perl-addons/tmp/HTML-Template-2.8]> perl M +akefile.PL PERL_SRC=/home/me/build/perl/inst/usr/local Checking if your kit is complete... Looks good You cannot build extensions below the perl source tree after executing a 'make clean' in the perl source tree. To rebuild extensions distributed with the perl source you should simply Configure (to include those extensions) and then build perl as normal. After installing perl the source tree can be deleted. It is not needed for building extensions by running 'perl Makefile.PL' usually without extra arguments. It is recommended that you unpack and build additional extensions away from the perl source tree. Warning: PERL_LIB (/home/me/build/perl/inst/usr/local/lib) seems not t +o be a perl library directory (Exporter.pm not found) at /home/me/build/perl/inst/usr/local/ +lib/perl5/5.8.8/ExtUtils/MM_Unix.pm line 1668. Writing Makefile for HTML::Template
Setting PERL_SRC to /home/me/build/perl/perl-5.8.8 (which is the equivalent path that ExtUtils::MakeMaker was defaulting to when installing CPAN modules from /home/me/build/perl/perl-5.8.8/<Module>) doesn't display that message.

Now, I'm conflicted. The perldoc for ExtUtils::MakeMaker says that you should only use PERL_SRC if Perl hasn't been installed. I HAVE installed Perl, albeit to a local directory, via make install DESTDIR=/home/me/build/perl/inst. My interpretation of the documentation implies that what I'm doing isn't correct even though it (now) seems to work.

In reply to Re^2: installing CPAN modules locally with a local perl installation by Anonymous Monk
in thread installing CPAN modules locally with a local perl installation 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.