Hm, okay. Was this a change from an earlier version of Perl? I seem to remember having to put a Makefile.PL at every level when I wrote an app in 5.005. And it works on my laptop, which tells me that this might not be the root of the problem.
However, removing lib/Makefile.PL did work -- sort of. At least it's installing
something. It's now doing this for every module:
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/RE
+ADME
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/Ma
+kefile.PL
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/pm
+_to_blib
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/MA
+NIFEST
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/Ma
+kefile
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/Au
+toQuote.pm
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/Ch
+anges
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/t/
+02_test.t
Installing /usr/local/apache/cgi-lib/policymaker/PolMaker-AutoQuote/t/
+01_load.t
In other words, it's installing the entire directory. What it should be installing instead is
/usr/local/apache/cgi-lib/policymaker/PolMaker/AutoQuote.pm
... so I'm clearly still going wrong somewhere. Ideas?
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.