1dbd861a74d2f2ea794fd75ee98479169aad4f72
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 59_autogen_MANIFEST.pl
1 # Makefile syntax allows adding extra dep-specs for already-existing targets,
2 # and simply appends them on *LAST*-come *FIRST*-serve basis.
3 # This allows us to inject extra depenencies for standard EUMM targets
4
5 print "Removing MANIFEST, will regenerate on next `make dist(dir)`\n";
6 unlink 'MANIFEST';
7
8 # preamble. so that the manifest target is first, hence executes last
9 preamble <<"EOP";
10
11 create_distdir : manifest
12
13 EOP
14
15 # keep the Makefile.PL eval happy
16 1;