X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=dist.sh;fp=dist.sh;h=e8bb56824b972b64cc237b24e927ceb6b1d442c0;hb=ea0727ff2ec63d896cc52a694b57fbea5dce11f0;hp=0000000000000000000000000000000000000000;hpb=7afc3697a183708c5c8efe99ebd40c01e173e0b1;p=perl%2Fmodules%2FTest-Valgrind.git 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