]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - dist.sh
Reset suppressions and template on make clean
[perl/modules/Test-Valgrind.git] / dist.sh
1 #!/bin/sh
2 perl5.10.0 Makefile.PL
3 rm -f lib/Test/Valgrind/perlTestValgrind.supp
4 touch lib/Test/Valgrind/perlTestValgrind.supp
5 rm -f lib/Test/Valgrind/Suppressions.pm
6 cp    lib/Test/Valgrind/Suppressions.{tpl,pm}
7 make dist