Skip to content

Commit

Permalink
use cache for perl-strip
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Apr 14, 2019
1 parent 4fa6d06 commit 2b62cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ MYMETA.*
/local/
/pm_to_blib
/author/local/
/author/.cache/
/cpm.test
2 changes: 1 addition & 1 deletion author/fatpack.pl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sub inject_git_info {

my $fatpack_dir = $test ? "local" : "../lib,local";
my $output = $test ? "../cpm.test" : "../cpm";
fatpack "-q", "-o", $output, "-d", $fatpack_dir, "-e", $exclude, "--shebang", $shebang, "../script/cpm";
fatpack "-q", "-o", $output, "-d", $fatpack_dir, "-e", $exclude, "--shebang", $shebang, "../script/cpm", "--cache", ".cache";
print STDERR " DONE\n";
inject_git_info($output, $git_describe, $git_url);
chmod 0755, $output;

0 comments on commit 2b62cb7

Please sign in to comment.