diff options
-rw-r--r-- | Makefile.PL | 5 |
1 files 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, }, ); |