From: Dagfinn Ilmari Mannsåker Date: Thu, 25 Feb 2016 12:36:35 +0000 (+0000) Subject: Disallow creating dist with extra author mode deps X-Git-Tag: 0.07046~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-Schema-Loader.git;a=commitdiff_plain;h=1fb9f5093c05c7c3ca4dac6a10f31b911289b36a Disallow creating dist with extra author mode deps --- diff --git a/Makefile.PL b/Makefile.PL index dae8d9d..4d33fed 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -104,6 +104,14 @@ if ($Module::Install::AUTHOR && ! $args->{skip_author_deps}) { author_tests( 'xt' ); readme_from( 'lib/DBIx/Class/Schema/Loader.pm' ); realclean_files( qw[README MANIFEST lib/DBIx/Class/Schema/Loader/Optional/Dependencies.pod] ); + postamble <