]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1246528: nits
authorDylan Hardison <dylan@mozilla.com>
Tue, 23 Feb 2016 21:56:33 +0000 (16:56 -0500)
committerDylan Hardison <dylan@mozilla.com>
Tue, 23 Feb 2016 21:56:33 +0000 (16:56 -0500)
Makefile.PL

index 19d63511152248d371cb65d1d6cbe99f5690efc8..ccd78f880c38f32372ac791cdc8ef7b5db2a122c 100644 (file)
@@ -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,
     },
 );