From: Vincent Pit Date: Sun, 29 Jun 2008 16:01:15 +0000 (+0200) Subject: Add the dist.sh script X-Git-Tag: v0.05~11 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=ea0727ff2ec63d896cc52a694b57fbea5dce11f0 Add the dist.sh script --- diff --git a/dist.sh b/dist.sh new file mode 100755 index 0000000..e8bb568 --- /dev/null +++ b/dist.sh @@ -0,0 +1,7 @@ +#!/bin/sh +perl5.10.0 Makefile.PL +rm -f lib/Test/Valgrind/perlTestValgrind.supp +touch lib/Test/Valgrind/perlTestValgrind.supp +rm -f lib/Test/Valgrind/Suppressions.pm +cp lib/Test/Valgrind/Suppressions.{tpl,pm} +make dist