From: Dylan William Hardison Date: Wed, 2 Jan 2019 20:15:16 +0000 (-0500) Subject: no bug - add Test2::V0 to Makefile.PL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=649d5881f9d05ef5c0b18071d3eebf48d144e9af;p=thirdparty%2Fbugzilla.git no bug - add Test2::V0 to Makefile.PL Some of the tests use Test2, and so we should declare the dependency here. --- diff --git a/Makefile.PL b/Makefile.PL index 17fb0f2d9..56b021c13 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -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',);