- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:46:54 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 29:02c9e99f0c62 user: ville date: Wed Mar 31 19:25:59 2004 +0000 files: Makefile.PL description: Ignore more files when generating the ChangeLog. diff -r b1b66151bfc9 -r 02c9e99f0c62 Makefile.PL --- a/Makefile.PL Wed Mar 31 19:22:19 2004 +0000 +++ b/Makefile.PL Wed Mar 31 19:25:59 2004 +0000 @@ -41,6 +41,8 @@ sub MY::postamble { return <<'MAKE_FRAG'; changelog: - cvs2cl --FSF --utc --prune --ignore ChangeLog --ignore cvsignore + cvs2cl --FSF --utc --prune \ + --ignore ChangeLog --ignore cvsignore --ignore SIGNATURE \ + --ignore Makefile.PL --ignore META.yml --ignore MANIFEST MAKE_FRAG }
Received on Thursday, 5 August 2010 14:47:02 UTC