From: Peter Rabbitson <ribasushi@cpan.org>
Date: Sun, 29 Jan 2012 12:37:08 +0000 (+0100)
Subject: Forgotten diag and some clarifications of fc4b0448
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e016219a6cd54d7356eec8109d93af6ab05c2e9;p=dbsrgits%2FDBIx-Class-Historic.git

Forgotten diag and some clarifications of fc4b0448
---

diff --git a/Makefile.PL b/Makefile.PL
index eb3c764..c6057cd 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -143,7 +143,7 @@ if ($Module::Install::AUTHOR) {
 }
 else {
   # make sure this Makefile can not be used to make a dist
-  # (without the author includes there are no sanity checks)
+  # (without the author includes there are no meta cleanup, no sanity checks, etc)
   postamble <<EOP;
 .PHONY: nonauthor_stop_distdir_creation
 create_distdir: nonauthor_stop_distdir_creation
diff --git a/maint/Makefile.PL.inc/59_autogen_MANIFEST.pl b/maint/Makefile.PL.inc/59_autogen_MANIFEST.pl
index 0572531..1dbd861 100644
--- a/maint/Makefile.PL.inc/59_autogen_MANIFEST.pl
+++ b/maint/Makefile.PL.inc/59_autogen_MANIFEST.pl
@@ -2,6 +2,7 @@
 # and simply appends them on *LAST*-come *FIRST*-serve basis.
 # This allows us to inject extra depenencies for standard EUMM targets
 
+print "Removing MANIFEST, will regenerate on next `make dist(dir)`\n";
 unlink 'MANIFEST';
 
 # preamble. so that the manifest target is first, hence executes last