Factor out the Makefile.PL into easily digestable snippets
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 24 Jan 2012 11:47:44 +0000 (12:47 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 29 Jan 2012 07:24:47 +0000 (08:24 +0100)
commitfc4b044843ee82f7dc468670a24114bb641a115b
tree7149fa07e5795164702abee77b319e3ec21fe0b5
parentea20ead00a56006b5dd6353bdd22c1eed775f864
Factor out the Makefile.PL into easily digestable snippets

Also add explicit guard for attempts to `make dist` from within non-author mode.
The rationale is to disallow dist building on machines that do not have the optdeps
installed (this still does not giarantee `make test` will run, but is at least a
nudge in the right direction)
12 files changed:
.gitignore
MANIFEST.SKIP
Makefile.PL
maint/Makefile.PL.inc/01_adjust_INC.pl [new file with mode: 0644]
maint/Makefile.PL.inc/11_authortests.pl [new file with mode: 0644]
maint/Makefile.PL.inc/12_authordeps.pl [new file with mode: 0644]
maint/Makefile.PL.inc/21_meta_noindex.pl [new file with mode: 0644]
maint/Makefile.PL.inc/51_autogen_README.pl [new file with mode: 0644]
maint/Makefile.PL.inc/52_inject_dbicadmin_pod.pl [new file with mode: 0644]
maint/Makefile.PL.inc/53_autogen_optdeps_pod.pl [new file with mode: 0644]
maint/Makefile.PL.inc/54_autogen_inherited_pod.pl [new file with mode: 0644]
maint/Makefile.PL.inc/59_autogen_MANIFEST.pl [new file with mode: 0644]