This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a no-op option --strip to installman.
authorNicholas Clark <nick@ccl4.org>
Wed, 25 Apr 2012 13:48:33 +0000 (15:48 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 13 Jul 2013 10:01:37 +0000 (12:01 +0200)
commit8cef6e50d7e4e0d0b1a8ff82c512b15ee1dfeaff
tree45b4698917fd88f8b9ce627b10990205d8bec7fd
parentbbb454562ee7ec7c6a191910bfa339cb2168a7a2
Add a no-op option --strip to installman.

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.
installman