Forgotten diag and some clarifications of fc4b0448
Peter Rabbitson [Sun, 29 Jan 2012 12:37:08 +0000 (13:37 +0100)]
Makefile.PL
maint/Makefile.PL.inc/59_autogen_MANIFEST.pl

index eb3c764..c6057cd 100644 (file)
@@ -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
index 0572531..1dbd861 100644 (file)
@@ -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