# 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/';
# We need the MM facilities to generate the pieces for the final MM run.
# Just instantiate a throaway object here
my $mm_proto = ExtUtils::MakeMaker->new({
+ NORECURS => 1,
NAME => Meta->name || die 'The Module::Install metadata must be available at this point but is not - did you rearrange the Makefile.PL...?',
});