From 0856fd924fdfd2e5ed08b2f25ef7e1ebe69f9aca Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Tue, 23 Feb 2016 16:56:33 -0500 Subject: Bug 1246528: nits --- Makefile.PL | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 19d635111..ccd78f880 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, }, ); -- cgit v1.2.3-24-g4f1b