diff options
author | ville <ville@localhost> | 2007-04-02 09:42:33 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-04-02 09:42:33 +0000 |
commit | 88b0304a291edca96c575bc416dad9003140d203 (patch) | |
tree | 8bde16afe3cf60184c7543d71a668284087f106c | |
parent | 8a4d443879d63a5f6abc7f1ab60621aa76d2ab9b (diff) | |
download | markup-validator-88b0304a291edca96c575bc416dad9003140d203.zip markup-validator-88b0304a291edca96c575bc416dad9003140d203.tar.gz markup-validator-88b0304a291edca96c575bc416dad9003140d203.tar.bz2 |
Update dependencies
-rwxr-xr-x | htdocs/docs/install.html | 17 | ||||
-rwxr-xr-x | htdocs/source/index.html | 6 | ||||
-rw-r--r-- | misc/bundle/Makefile.PL | 20 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 10 |
4 files changed, 21 insertions, 32 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 37bcc97..3c04e14 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.18 2007-04-02 08:35:39 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-04-02 08:35:39 $" +<!--#set var="revision" value="\$Id: install.html,v 1.19 2007-04-02 09:42:33 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-04-02 09:42:33 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -71,7 +71,7 @@ <p> Apart from a properly configured Web server, the Validator needs a - SGML parser -- that does all the hard work --, Perl (version 5.6.0 + SGML parser -- that does all the hard work --, Perl (version 5.8.0 or newer) and several Perl modules used by the "check" CGI script. </p> <h5 id="install-prereq-sp">OpenSP, the SGML (and XML) parser</h5> @@ -94,7 +94,7 @@ title="Comprehensive Perl Archive Network">CPAN</acronym></a> (minimum versions in parenthesis after the name). The following list was complete when CVS spit out: - <code>$Date: 2007-04-02 08:35:39 $</code>. <tt>:-)</tt> + <code>$Date: 2007-04-02 09:42:33 $</code>. <tt>:-)</tt> </p> <p> One easy - and strongly recommended - way to take care of all these @@ -170,15 +170,6 @@ <dd> IP address manipulation. </dd> - <dt><a href="http://search.cpan.org/dist/Set-IntSpan/">Set-IntSpan</a></dt> - <dd> - Efficient set operations. - </dd> - <dt><a href="http://search.cpan.org/dist/Text-Iconv/">Text-Iconv</a></dt> - <dd> - Perl-native interface to the (g)libc iconv(3) library. Handles - character set conversion issues. - </dd> <dt><a href="http://search.cpan.org/dist/URI/">URI</a></dt> <dd> Library to handle URIs and escaping special characters in them. diff --git a/htdocs/source/index.html b/htdocs/source/index.html index f79cb33..7a146af 100755 --- a/htdocs/source/index.html +++ b/htdocs/source/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.44 2007-04-02 08:36:50 ville Exp $" ---><!--#set var="date" value="\$Date: 2007-04-02 08:36:50 $" +<!--#set var="revision" value="\$Id: index.html,v 1.45 2007-04-02 09:42:33 ville Exp $" +--><!--#set var="date" value="\$Date: 2007-04-02 09:42:33 $" --><!--#set var="title" value="Source Code Availability for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -96,8 +96,6 @@ <li>w3c-markup-validator-libs</li> <li>perl-Config-General</li> <li>perl-HTML-Template</li> - <li>perl-Set-IntSpan</li> - <li>perl-Text-Iconv</li> </ul> <p> In addition, each of these may have further dependencies that must diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index 3c02c8c..975b490 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -1,4 +1,4 @@ -use 5.6.0; +use 5.8.0; use ExtUtils::MakeMaker; WriteMakefile( @@ -7,15 +7,15 @@ WriteMakefile( AUTHOR => 'The W3C Markup Validator Team <www-validator@w3.org>', VERSION_FROM => 'lib/Bundle/W3C/Validator.pm', PREREQ_PM => { - CGI => 2.81, - Config::General => 2.19, - HTML::Parser => 3.25, - HTML::Template => 2.6, - LWP::UserAgent => 1.90, - Net::IP => 0, - Set::IntSpan => 0, - Text::Iconv => 0, - URI => 0, + CGI => 2.81, + Config::General => 2.19, + HTML::Encoding => 0.52, + HTML::Parser => 3.25, + HTML::Template => 2.6, + LWP::UserAgent => 1.90, + Net::IP => 0, + SGML::Parser::OpenSP => 0 + URI => 0, }, dist => { TARFLAGS => '--owner=0 --group=0 -cvf' }, clean => { FILES => 'ChangeLog.bak' }, diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 45ac788..e09b6ab 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -1,10 +1,10 @@ package Bundle::W3C::Validator; -use 5.6.0; +use 5.8.0; use strict; use vars qw($VERSION); -$VERSION = '0.7.0'; +$VERSION = '0.8.0'; 1; @@ -22,12 +22,12 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> CGI 2.81 Config::General 2.19 + HTML::Encoding 0.52 HTML::Parser 3.25 HTML::Template 2.6 LWP::UserAgent 1.90 Net::IP - Set::IntSpan - Text::Iconv + SGML::Parser::OpenSP URI =head1 DESCRIPTION @@ -46,7 +46,7 @@ The W3C Markup Validator Team, E<lt>www-validator@w3.orgE<gt> =head1 COPYRIGHT AND LICENSE -Copyright (C) 1994-2006 World Wide Web Consortium, (Massachusetts +Copyright (C) 1994-2007 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C(R) Software License [1] in the hope that it |