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 /misc/bundle/lib | |
parent | 8a4d443879d63a5f6abc7f1ab60621aa76d2ab9b (diff) | |
download | markup-validator-88b0304a291edca96c575bc416dad9003140d203.zip markup-validator-88b0304a291edca96c575bc416dad9003140d203.tar.gz markup-validator-88b0304a291edca96c575bc416dad9003140d203.tar.bz2 |
Update dependencies
Diffstat (limited to 'misc/bundle/lib')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 10 |
1 files changed, 5 insertions, 5 deletions
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 |