summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xhttpd/cgi-bin/check8
1 files changed, 4 insertions, 4 deletions
diff --git a/httpd/cgi-bin/check b/httpd/cgi-bin/check
index 61e9b4a..588c7a1 100755
--- a/httpd/cgi-bin/check
+++ b/httpd/cgi-bin/check
@@ -9,7 +9,7 @@
# This source code is available under the license at:
# http://www.w3.org/Consortium/Legal/copyright-software
#
-# $Id: check,v 1.246 2002-10-12 08:25:55 link Exp $
+# $Id: check,v 1.247 2002-10-12 09:56:24 link Exp $
#
# Disable buffering on STDOUT!
@@ -45,7 +45,7 @@ use IO::File qw();
use IPC::Open3 qw(open3);
use LWP::UserAgent 1.90 qw(); # Need 1.90 for protocols_(allowed|forbidden)
use Set::IntSpan qw();
-use Text::Iconv qw(); # Debian: apt-get install libtext-iconv-perl
+use Text::Iconv qw();
use Text::Wrap qw(wrap);
use URI qw();
use URI::Escape qw(uri_escape);
@@ -95,7 +95,7 @@ BEGIN {
#
# Strings
- $VERSION = q$Revision: 1.246 $;
+ $VERSION = q$Revision: 1.247 $;
$VERSION =~ s/Revision: ([\d\.]+) /$1/;
@@ -151,7 +151,7 @@ $File->{'Header'} = &prepSSI({
});
$File->{'Footer'} = &prepSSI({
File => $CFG->{'Footer'},
- Date => q$Date: 2002-10-12 08:25:55 $,
+ Date => q$Date: 2002-10-12 09:56:24 $,
});
#