In perl.git, the branch dagolden/install-stripped has been created

<http://perl5.git.perl.org/perl.git/commitdiff/51d89f984561aa19554062ac2be972cc5ba1ba87?hp=0000000000000000000000000000000000000000>

        at  51d89f984561aa19554062ac2be972cc5ba1ba87 (commit)

- Log -----------------------------------------------------------------
commit 51d89f984561aa19554062ac2be972cc5ba1ba87
Author: David Golden <dagol...@cpan.org>
Date:   Wed Nov 17 19:20:10 2010 -0500

    Add install-stripped target to Makefile.SH
    
    install-stripped will omit man pages, omit pod/* and strip Pod
    from all .pm, .pl and .pod files.  It results in a significantly
    smaller final installation, though obviously without
    documentation.  It also strips debugging symbols from binaries.
    
    On my system, using './Configure -des -Dusedevel', the install
    directory is 61M with 'make install' but only 32M with
    'make install-stripped'.  When compressed as .tgz files,
    the results are 15M and 7.3M respectively.

M       Makefile.SH
M       installperl

commit b1e3be1192cc6b78283918d022c8725595be115f
Author: David Golden <dagol...@cpan.org>
Date:   Wed Nov 17 16:54:19 2010 -0500

    Add support for stripping Pod during installation
    
    Adds an installperl option '-P' to strip Pod from
    all .pm, .pl and .pod files during installation.

M       install_lib.pl
M       installperl
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to