The last of those was supposed to be verbose but I only got the normal output
It
can make a difference.
I installed FileHandle-Fmode-0.14 the old-fashioned way - ie by by manually running
perl Makefile.PL and
make test followed by
make install from inside the top level source directory.
Then I ran
make realclean, and re-built the same module in the same way, except that I started with
perl Makefile.PL VERBINST=0
This time
make install produced:
C:\sisyphusion\FileHandle-Fmode-0.14>make install
"C:\_64\perl530_810\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonemp
+ty -- Fmode.bs blib\arch\auto\FileHandle\Fmode\Fmode.bs 644
Files found in blib\arch: installing files in blib\lib into architectu
+re dependent library tree
Installing C:\_64\perl530_810\site\lib\auto\FileHandle\Fmode\Fmode.dll
Appending installation info to C:\_64\perl530_810\lib/perllocal.pod
Then I re-ran
make realclean and began a third build with
perl Makefile.PL VERBINST=1
This time
make install did provide extra verbosity:
C:\sisyphusion\FileHandle-Fmode-0.14>make install
"C:\_64\perl530_810\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonemp
+ty -- Fmode.bs blib\arch\auto\FileHandle\Fmode\Fmode.bs 644
Files found in blib\arch: installing files in blib\lib into architectu
+re dependent library tree
Installing C:\_64\perl530_810\site\lib\auto\FileHandle\Fmode\Fmode.dll
Skipping C:\_64\perl530_810\site\lib\FileHandle\Fmode.pm (unchanged)
Writing C:\_64\perl530_810\site\lib\auto\FileHandle\Fmode\.packlist
Appending installation info to C:\_64\perl530_810\lib/perllocal.pod
Perhaps one gets full verbosity on the initial
make install irrespective of the setting of VERBINST ?
The documentation should spell things out in detail IMO.
BTW, I saw the same
'VERBINST' is not a known MakeMaker parameter name warning each time, as you did.
Oh ... and I think it's insane that EU::MM complains about a parameter that it
does understand.
Cheers,
Rob
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.