diff options
author | link <link@localhost> | 2002-10-12 09:56:24 +0000 |
---|---|---|
committer | link <link@localhost> | 2002-10-12 09:56:24 +0000 |
commit | d0749fb74e0fdb6349698b34f95c4e27ba2738e2 (patch) | |
tree | ea7f93630810d93e6096ef83b2bc49ec486863a8 | |
parent | a8e6ed12b053007a86bffe5b16a0c620268cd031 (diff) | |
download | markup-validator-d0749fb74e0fdb6349698b34f95c4e27ba2738e2.zip markup-validator-d0749fb74e0fdb6349698b34f95c4e27ba2738e2.tar.gz markup-validator-d0749fb74e0fdb6349698b34f95c4e27ba2738e2.tar.bz2 |
Remove Debian installation instructions for libiconv; they belong in the
documentation not in comments in the code.
-rwxr-xr-x | httpd/cgi-bin/check | 8 |
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 $, }); # |