summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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' );