diff options
author | ville <ville@localhost> | 2009-01-07 22:19:31 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-01-07 22:19:31 +0000 |
commit | d994292022a10afcbd3d0ff8e228e856de909eba (patch) | |
tree | f056a1abaf8ed4913e6259fc25015212b4a4e831 /htdocs/docs/install.html | |
parent | 772f028e8abeb36b639ee5e5e84e90c4b6ddd5d6 (diff) | |
download | markup-validator-d994292022a10afcbd3d0ff8e228e856de909eba.zip markup-validator-d994292022a10afcbd3d0ff8e228e856de909eba.tar.gz markup-validator-d994292022a10afcbd3d0ff8e228e856de909eba.tar.bz2 |
Improve doctype preparse performance by aborting as soon as possible, fix required HTML::Parser version.
Diffstat (limited to 'htdocs/docs/install.html')
-rwxr-xr-x | htdocs/docs/install.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htdocs/docs/install.html b/htdocs/docs/install.html index 8416595..9550cb8 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.43 2009-01-04 16:54:17 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-01-04 16:54:17 $" +<!--#set var="revision" value="\$Id: install.html,v 1.44 2009-01-07 22:19:31 ville Exp $" +--><!--#set var="date" value="\$Date: 2009-01-07 22:19:31 $" --><!--#set var="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -136,7 +136,7 @@ install Bundle::W3C::Validator <dd> Support for multiple character encodings. </dd> - <dt><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> >= 3.25</dt> + <dt><a href="http://search.cpan.org/dist/HTML-Parser/">HTML-Parser</a> >= 3.24</dt> <dd> Minimal HTML parser used for preparse and finding metadata. </dd> |