summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 6d2037b9e..81d4a819f 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -43,7 +43,7 @@
######################################################################
use strict;
-use 5.008;
+use 5.008001;
use File::Basename;
use Getopt::Long qw(:config bundling);
use Pod::Usage;
@@ -56,8 +56,6 @@ use Bugzilla::Constants;
use Bugzilla::Install::Requirements;
use Bugzilla::Install::Util qw(install_string get_version_and_os);
-require 5.008001 if ON_WINDOWS; # for CGI 2.93 or higher
-
######################################################################
# Live Code
######################################################################