Skip to content

Commit

Permalink
use zofpli !
Browse files Browse the repository at this point in the history
App-perlbrew-0.67.tar.gz is 4k smaller comparing to the gzip (default).

> ls -ks App-perlbrew-0.67.tar.gz ~/shipit-dist/App-perlbrew-0.67.tar.gz
 84 /Users/gugod/shipit-dist/App-perlbrew-0.67.tar.gz
 80 App-perlbrew-0.67.tar.gz
  • Loading branch information
gugod committed Nov 28, 2013
1 parent f97f470 commit 91e5ea7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,10 @@ install_script 'bin/perlbrew';

tests 't/*.t';

makemaker_args(
dist => {
COMPRESS => "zopfli -i50",
}
);

WriteAll;

0 comments on commit 91e5ea7

Please sign in to comment.