Commit 0856fd92 authored by Dylan Hardison's avatar Dylan Hardison

Bug 1246528: nits

parent 2c33712d
...@@ -238,9 +238,8 @@ WriteMakefile( ...@@ -238,9 +238,8 @@ WriteMakefile(
PREREQ_PM => \%requires, PREREQ_PM => \%requires,
TEST_REQUIRES => { 'Test::More' => 0, 'Pod::Coverage' => 0, 'Test::Perl::Critic' => 0, }, TEST_REQUIRES => { 'Test::More' => 0, 'Pod::Coverage' => 0, 'Test::Perl::Critic' => 0, },
META_MERGE => { META_MERGE => {
"meta-spec" => { url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec", version => "2" }, "meta-spec" => { url => "http://search.cpan.org/perldoc?CPAN::Meta::Spec", version => "2" },
dynamic_config => 1, dynamic_config => 1,
dog => 1,
optional_features => \%optional_features, optional_features => \%optional_features,
}, },
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment