summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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