Greetings Monks. I'm working on the installation system I sketched out here some time ago. With some critical help from perrin, things are working really well.

My problem is that it's pretty slow, and I think a lot of that has to do with building man-pages I don't need. To explain, during the build phase around 75 Perl modules are built and installed using the usual 'perl Makefile.PL && make install' steps. LIB is set to where I want the compiled modules installed, and PREFIX is set to a junk box so I can throw out any binaries, man-pages or other refuse I don't need after the install is done.

I think I could make the build step at least twice as fast if I could convince ExtUtils::MakeMaker to not bother building man-pages from POD source. Does anyone know how to do that? A trip through the docs and source didn't give me anything obvious.

-sam


In reply to Can MakeMaker be convinced not to build man pages? by samtregar

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.