G'day Rob,

++ Thanks for the feedback and I appreciate you going to the effort to run some tests.

I'm creating a series of distributions for testing injection to, and installation from, a DarkPAN (see "Setting up and accessing a DarkPAN" for some background on that if you're interested). The distributions contain a variety of different types of modules (pure Perl, Moose, etc.) with various associations (inheritance, composition, etc.). At this stage, I'm mostly interested in checking that missing modules in the dependency hierarchies are installed correctly (from the correct sources, i.e. CPAN or DarkPAN). Once my tests are complete, I'll be passing on the distributions to others to repeat and confirm results.

The use of VERBINST was intended to provide useful feedback during the testing. I don't think output peppered with (bogus) warnings would be helpful at all. For now, I'm planning to just omit the VERBINST parameter from Makefile.PL.

Unless I receive information suggesting otherwise, I'll raise a bug report: probably give it a week for any further responses to be posted and I'll provide an RT link in an update.

— Ken


In reply to Re^2: ExtUtils::MakeMaker - VERBINST unknown by kcott
in thread ExtUtils::MakeMaker - VERBINST unknown by kcott

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.