This intentionally does nothing.
--strip for installperl instructs it to strip the installed binaries. Hence
by permitting installman to accept --strip without error Makefile.SH can be
simplified, as it's possible to pass identical flags to both install scripts.
--verbose (or -V) report all progress.
--silent (or -S) be silent. Only report errors.\n";
+# --strip intentionally does nothing. By permitting installman to accept it
+# without error, the Makefile can pass the same options to installperl and
+# installman, which permits more simplification there than this comment costs.
GetOptions( \%opts,
qw( man1dir=s man1ext=s man3dir=s man3ext=s
- destdir:s notify|n help|h|? silent|S verbose|V))
+ destdir:s notify|n help|h|? silent|S verbose|V strip))
|| die $usage;
die $usage if $opts{help};
$opts{destdir} //= '';