From e95705a941992f0d9fb59bdc5ec951c4ce204330 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 17 Aug 2017 13:48:51 -0400 Subject: no bug - have the test runners start up the httpd (#203) --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.PL') 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' ); -- cgit v1.2.3-24-g4f1b