summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-08-17 19:48:51 +0200
committerDavid Walsh <davidwalsh83@gmail.com>2017-08-17 19:48:51 +0200
commite95705a941992f0d9fb59bdc5ec951c4ce204330 (patch)
tree7dcc5e8e08ab5dd5d489fc9745fa9b0ffad1b6a3 /Makefile.PL
parent0f06e232470fe9ba5400f72b725d7e685468e1b0 (diff)
downloadbugzilla-e95705a941992f0d9fb59bdc5ec951c4ce204330.tar.gz
bugzilla-e95705a941992f0d9fb59bdc5ec951c4ce204330.tar.xz
no bug - have the test runners start up the httpd (#203)
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c8e0ea9ea..3217101b8 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -72,7 +72,7 @@ my %build_requires = (
my %test_requires = (
'Test::More' => 0,
'Pod::Coverage' => 0,
- 'Test::WWW::Selenium' => 0.
+ 'Test::WWW::Selenium' => 0,
);
my %recommends = ( Safe => '2.30' );