summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlink <link@localhost>2002-10-30 01:50:11 +0000
committerlink <link@localhost>2002-10-30 01:50:11 +0000
commitc0569bf4910a1acd529b0c35839734886c82985e (patch)
tree1a271e4a8a2d1dc69bdaf57b0be3d47c8e3cce3b
parent29cb579c9d451a2cdae8ab3714f521fb29a42ca1 (diff)
downloadmarkup-validator-c0569bf4910a1acd529b0c35839734886c82985e.zip
markup-validator-c0569bf4910a1acd529b0c35839734886c82985e.tar.gz
markup-validator-c0569bf4910a1acd529b0c35839734886c82985e.tar.bz2
Require Perl 5.6.0+.
-rwxr-xr-xhttpd/cgi-bin/check10
1 files changed, 5 insertions, 5 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index e3228c1..5a958bb 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -9,15 +9,15 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.275 2002-10-30 01:41:34 link Exp $
+# $Id: check,v 1.276 2002-10-30 01:50:11 link Exp $
#
# Disable buffering on STDOUT!
$| = 1;
#
-# We need Perl 5.005_03. (no access to 5.004 testing box any more)
-require 5.005_03;
+# We need Perl 5.6.0+.
+use 5.006;
###############################################################################
#### Load modules. ############################################################
@@ -95,7 +95,7 @@ BEGIN {
#
# Strings
- $VERSION = q$Revision: 1.275 $;
+ $VERSION = q$Revision: 1.276 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
@@ -157,7 +157,7 @@ $File->{'Header'} = &prepSSI({
});
$File->{'Footer'} = &prepSSI({
File => $CFG->{'Footer'},
- Date => q$Date: 2002-10-30 01:41:34 $,
+ Date => q$Date: 2002-10-30 01:50:11 $,
});
#