summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-08 19:36:08 +0000
committerville <ville@localhost>2010-03-08 19:36:08 +0000
commit953f0f365fd63082dcec010262aeece1175430f8 (patch)
tree95493432223504756bfb9a39a8d420f2c184ec99
parent5f1fa6a83c2b04e36b45fc9f2dedcc26d4bac4f0 (diff)
downloadmarkup-validator-953f0f365fd63082dcec010262aeece1175430f8.zip
markup-validator-953f0f365fd63082dcec010262aeece1175430f8.tar.gz
markup-validator-953f0f365fd63082dcec010262aeece1175430f8.tar.bz2
Clean perltidy backups.
-rw-r--r--misc/bundle/Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index 279c432..4923063 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -45,7 +45,10 @@ WriteMakefile(
},
depend => {distdir => 'ChangeLog'},
dist => {TARFLAGS => '--owner=0 --group=0 -cvf'},
- clean => {FILES => 'ChangeLog.bak'},
+ clean => {
+ FILES =>
+ 'ChangeLog.bak Makefile.PL.bak lib/Bundle/W3C/Validator.pm.bak'
+ },
);
sub MY::postamble