]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Add the dist.sh script
authorVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:01:15 +0000 (18:01 +0200)
committerVincent Pit <vince@profvince.com>
Sun, 29 Jun 2008 16:01:15 +0000 (18:01 +0200)
dist.sh [new file with mode: 0755]

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