summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 4c3997ddb..5d3a2e540 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -130,7 +130,7 @@ BEGIN {
if ($^O =~ /MSWin32/i) {
require 5.008001; # for CGI 2.93 or higher
}
- require 5.006_001;
+ require 5.008;
use File::Basename;
chdir dirname($0);
}