summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/bundle/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index 0f6b538..be1d03b 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -37,6 +37,7 @@ WriteMakefile(
Encode::JIS2K => 0,
HTML::Tidy => 0,
},
+ depend => { distdir => 'ChangeLog' },
dist => { TARFLAGS => '--owner=0 --group=0 -cvf' },
clean => { FILES => 'ChangeLog.bak' },
);