summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2006-03-02 08:06:01 +0100
committermkanat%kerio.com <>2006-03-02 08:06:01 +0100
commit8de64c701e34791c6a0b22c9ffdef71a8c1a759b (patch)
treefb8a316756b2609b0b35511ce0ef17389549bdce /checksetup.pl
parent2ba411e9446f9d0ba1cd1e0f555387d346db5001 (diff)
downloadbugzilla-8de64c701e34791c6a0b22c9ffdef71a8c1a759b.tar.gz
bugzilla-8de64c701e34791c6a0b22c9ffdef71a8c1a759b.tar.xz
Bug 314470: Require Perl 5.8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, 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 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);
}