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 953223b6c..c99beb3a5 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -121,7 +121,7 @@ BEGIN {
if ($^O =~ /MSWin32/i) {
require 5.008001; # for CGI 2.93 or higher
}
- require 5.006;
+ require 5.006_001;
use File::Basename;
chdir dirname($0);
}