From: Dylan Hardison Date: Tue, 23 Feb 2016 21:56:33 +0000 (-0500) Subject: Bug 1246528: nits X-Git-Tag: release-5.1.1~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0856fd924fdfd2e5ed08b2f25ef7e1ebe69f9aca;p=thirdparty%2Fbugzilla.git Bug 1246528: nits --- diff --git a/Makefile.PL b/Makefile.PL index 19d6351115..ccd78f880c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -238,9 +238,8 @@ WriteMakefile( PREREQ_PM => \%requires, TEST_REQUIRES => { 'Test::More' => 0, 'Pod::Coverage' => 0, 'Test::Perl::Critic' => 0, }, META_MERGE => { - "meta-spec" => { url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec", version => "2" }, - dynamic_config => 1, - dog => 1, + "meta-spec" => { url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec", version => "2" }, + dynamic_config => 1, optional_features => \%optional_features, }, );