]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Remove the now useless dist.sh script
authorVincent Pit <vince@profvince.com>
Mon, 25 Aug 2008 16:50:02 +0000 (18:50 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 25 Aug 2008 16:50:02 +0000 (18:50 +0200)
dist.sh [deleted file]

diff --git a/dist.sh b/dist.sh
deleted file mode 100755 (executable)
index e8bb568..0000000
--- a/dist.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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