I haven't used the VERBINST previously but tried it today:

WriteMakefile( ..., VERBINST => 1, ... );

I got messages saying this parameter was unknown:

$ perl Makefile.PL WARNING: VERBINST is not a known parameter. Checking if your kit is complete... Looks good 'VERBINST' is not a known MakeMaker parameter name. Generating a Unix-style Makefile ...

I did a Super Search for VERBINST. There were only four results; three showed the generated Makefile which, in each case, had:

# --- MakeMaker tools_other section: ... VERBINST = 0 ...

Curiously, my generated Makefile had:

# --- MakeMaker tools_other section: ... VERBINST = 1 ...

I continued on with make, make test and make install. The last of those was supposed to be verbose but I only got the normal output:

$ make install Manifying 1 pod document Installing /.../lib/site_perl/...pm Installing /.../man/man3/...3pm Writing /...packlist Appending installation info to /.../perllocal.pod

I'm using Perl v5.30.0 (built for cygwin-thread-multi) and ExtUtils::MakeMaker v7.34.

I've checked the documention, "ExtUtils::MakeMaker (for Perl v5.30.0)", and I'm reasonably certain that I'm using VERBINST correctly.

Any ideas on whether I've done something wrong or if there's a bug, would be appreciated.

— Ken


In reply to 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.