summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-09-25 23:30:28 +0200
committerGitHub <noreply@github.com>2018-09-25 23:30:28 +0200
commitdeec4ab75d6478f51d6c72a230343ab955116a6b (patch)
tree168e7380ded24cedac218abbc0212567ce41b67c /Makefile.PL
parent137a983d511bfed23a914946dde4b7cf1108a726 (diff)
downloadbugzilla-deec4ab75d6478f51d6c72a230343ab955116a6b.tar.gz
bugzilla-deec4ab75d6478f51d6c72a230343ab955116a6b.tar.xz
Bug 1494065 - Add a basic test using Test::Mojo
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL11
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 495c07c58..4aa352468 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -92,13 +92,14 @@ my %requires = (
my %build_requires = ( 'ExtUtils::MakeMaker' => '7.22', );
my %test_requires = (
- 'Test::More' => 0,
+ 'Capture::Tiny' => 0,
+ 'DBD::SQLite' => '1.29',
+ 'Perl::Critic::Freenode' => 0,
'Pod::Coverage' => 0,
- 'Test::WWW::Selenium' => 0,
- 'Test::Selenium::Firefox' => 0,
+ 'Test::More' => 0,
'Test::Perl::Critic::Progressive' => 0,
- 'Perl::Critic::Freenode' => 0,
- 'Capture::Tiny' => 0,
+ 'Test::Selenium::Firefox' => 0,
+ 'Test::WWW::Selenium' => 0,
);
my %recommends = ( Safe => '2.30',);