]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - add Test2::V0 to Makefile.PL
authorDylan William Hardison <dylan@hardison.net>
Wed, 2 Jan 2019 20:15:16 +0000 (15:15 -0500)
committerGitHub <noreply@github.com>
Wed, 2 Jan 2019 20:15:16 +0000 (15:15 -0500)
Some of the tests use Test2, and so we should declare the dependency here.

Makefile.PL

index 17fb0f2d9dfee747a3ee9a0ec54004053a797f8e..56b021c132a34dec5b3e989f7cd60a1a01f865c9 100755 (executable)
@@ -108,6 +108,7 @@ my %test_requires = (
   'Test::Perl::Critic::Progressive' => 0,
   'Test::Selenium::Firefox'         => 0,
   'Test::WWW::Selenium'             => 0,
+  'Test2::V0'                       => 0,
 );
 my %recommends = (Safe => '2.30',);