Skip to content

Commit

Permalink
relates to #1, ensure Makefile.PL is called with currently pathed perl
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranmraine committed Mar 7, 2014
1 parent f943d0b commit 67db1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo '### Generating MANIFEST ###'
rm -f MANIFEST
# cleanup things which could break the manifest
rm -rf install_tmp
./Makefile.PL > /dev/null
perl Makefile.PL > /dev/null
make manifest &> /dev/null
rm -f Makefile MYMETA.json MYMETA.yml MANIFEST.bak pm_to_blib

Expand Down

0 comments on commit 67db1e9

Please sign in to comment.