Factor out the Makefile.PL into easily digestable snippets
[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 unlink 'MANIFEST';
6
7 # preamble. so that the manifest target is first, hence executes last
8 preamble <<"EOP";
9
10 create_distdir : manifest
11
12 EOP
13
14 # keep the Makefile.PL eval happy
15 1;