Merge all pod generation into one inc snippet, cleanup the poddir beforehand
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 59_autogen_MANIFEST.pl
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