diff options
Diffstat (limited to 'misc/bundle')
-rw-r--r-- | misc/bundle/Makefile.PL | 20 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 10 |
2 files changed, 15 insertions, 15 deletions
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 |