]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - dist.sh
Add the dist.sh script
[perl/modules/Test-Valgrind.git] / dist.sh
diff --git a/dist.sh b/dist.sh
new file mode 100755 (executable)
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