Factor out the Makefile.PL into easily digestable snippets
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 59_autogen_MANIFEST.pl
CommitLineData
fc4b0448 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
5unlink 'MANIFEST';
6
7# preamble. so that the manifest target is first, hence executes last
8preamble <<"EOP";
9
10create_distdir : manifest
11
12EOP
13
14# keep the Makefile.PL eval happy
151;