diff options
author | ville <ville@localhost> | 2009-01-04 16:54:19 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-01-04 16:54:19 +0000 |
commit | 609c08c46f8ec48f971acf74a9bedcdee70de371 (patch) | |
tree | 18ead85039a9c10e4f2b8681176d833332e3994f /htdocs | |
parent | cbff5d6d8c4f4635decab83933404740c8547651 (diff) | |
download | markup-validator-609c08c46f8ec48f971acf74a9bedcdee70de371.zip markup-validator-609c08c46f8ec48f971acf74a9bedcdee70de371.tar.gz markup-validator-609c08c46f8ec48f971acf74a9bedcdee70de371.tar.bz2 |
Purge Config::General <= 2.30 compatibility hack; 2.31 one still preserved for current Debian stable.
Diffstat (limited to 'htdocs')
-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 6d1cdad..8416595 100755 --- a/htdocs/docs/install.html +++ b/htdocs/docs/install.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: install.html,v 1.42 2009-01-04 12:11:07 ville Exp $" ---><!--#set var="date" value="\$Date: 2009-01-04 12:11:07 $" +<!--#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="title" value="Installation Documentation for The W3C Markup Validation Service" --><!--#set var="relroot" value="../" --><!--#include virtual="../header.html" --> @@ -128,7 +128,7 @@ install Bundle::W3C::Validator takes care of all those niggly little bits of CGI for us and make options parsing and file upload a breeze. </dd> - <dt><a href="http://search.cpan.org/dist/Config-General/">Config-General</a> >= 2.19</dt> + <dt><a href="http://search.cpan.org/dist/Config-General/">Config-General</a> >= 2.31</dt> <dd> Configuration file handling. </dd> |