From: Peter Rabbitson Date: Fri, 24 Jan 2014 04:38:23 +0000 (+0100) Subject: Logically separate statements mangled in 3054407e9 X-Git-Tag: v0.08260~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=90706de1867758c4efc19f120e06fec763d27623 Logically separate statements mangled in 3054407e9 --- diff --git a/Makefile.PL b/Makefile.PL index c5c9265..37276d5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use warnings; use 5.008001; use inc::Module::Install 1.06; +BEGIN { makemaker_args( NORECURS => 1 ) } # needs to happen early for old EUMM ## ## DO NOT USE THIS HACK IN YOUR DISTS!!! (it makes #toolchain sad) @@ -12,7 +13,6 @@ use inc::Module::Install 1.06; # for that) BEGIN { $Module::Install::AUTHOR = 0 if (grep { $ENV{"PERL5_${_}_IS_RUNNING"} } (qw/CPANM CPANPLUS CPAN/) ); - makemaker_args( NORECURS => 1 ); } homepage 'http://www.dbix-class.org/';