diff options
author | ville <ville@localhost> | 2004-10-10 13:15:58 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2004-10-10 13:15:58 +0000 |
commit | 50c3b0f0abd71d8558ef451a8be04e4dbd6f6480 (patch) | |
tree | 0bee3692a14bdaac2cbf0406a24e499c23ff2e06 /misc/bundle/lib | |
parent | 190501c5e5aa9b3b8af9b200296a4bb4fa1add46 (diff) | |
download | markup-validator-50c3b0f0abd71d8558ef451a8be04e4dbd6f6480.zip markup-validator-50c3b0f0abd71d8558ef451a8be04e4dbd6f6480.tar.gz markup-validator-50c3b0f0abd71d8558ef451a8be04e4dbd6f6480.tar.bz2 |
Add HTML::Template dependency and minimum Config::General version.
Diffstat (limited to 'misc/bundle/lib')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index bdd981b..1c15c8c 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -21,8 +21,9 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> =head1 CONTENTS CGI 2.81 - Config::General + Config::General 2.19 HTML::Parser 3.25 + HTML::Template 2.6 LWP::UserAgent 1.90 Net::IP Set::IntSpan |