summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-02-17 19:16:02 +0100
committermkanat%kerio.com <>2005-02-17 19:16:02 +0100
commit9f5bff4524923dfa2f377fbaead0dfd1286f890c (patch)
tree93b2da5d8688c40e846bcc55e6ffbc68767e02ea /checksetup.pl
parent5601df4505bb893aea5956bceefa28abf9014e5d (diff)
downloadbugzilla-9f5bff4524923dfa2f377fbaead0dfd1286f890c.tar.gz
bugzilla-9f5bff4524923dfa2f377fbaead0dfd1286f890c.tar.xz
Bug 282509: Bugzilla now requires perl 5.6.1
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
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);
}