Update: I changed around the architecture of my distribution, so that each module was in its "proper" place -- i.e., instead of PolMaker-Rate-AutoLiability/AutoLiability.pm, I'm using the directory structure that will be in place in the installation, PolMaker/Rate/AutoLiability.pm. (I've used the former structure before, without problem, but I noticed in my troubleshooting that no one else around here seems to use it. Hm.)

Still working just fine on OS X; still broken on Linux. Then it occurred to me that since I'm root, there's nothing stopping me from trying to install the various modules in site_perl, right? So, I took out this line from the top-level Makefile.PL:
INSTALLSITELIB => $paths->{cgilib},
And boom! Lines upon lines of beautiful things like
Installing /usr/local/lib/perl5/site_perl/5.8.0/PolMaker/Rate/AutoLiab +ility.pm
So the problem is fixed, in a way. (I'd rather keep these modules local, but I'm happy that it's working, at this point.) But I still don't know why I was having the problem in the first place. The only difference I can find is that the version of ExtUtils::MakeMaker is different: 6.03 on the Mac, and 6.17 on the Linux box.

Any ideas/comments (including "use Module::Build instead, you dolt!"), I'd love to hear 'em.

In reply to Re: MakeMaker not installing any modules by janjan
in thread MakeMaker not installing any modules by janjan

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.