Make pod generation more palatable to the existing toolchain
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc / 51_autohandle_MANIFEST.pl
1 # make sure manifest is deleted and generated anew on distdir
2 # preparation, and is deleted on realclean
3
4 postamble <<"EOM";
5
6 fresh_manifest : remove_manifest manifest
7
8 remove_manifest :
9 \t\$(RM) MANIFEST
10
11 realclean :: remove_manifest
12
13 EOM
14
15 # keep the Makefile.PL eval happy
16 1;