summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/bundle/META.yml3
-rw-r--r--misc/bundle/Makefile.PL3
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm3
3 files changed, 6 insertions, 3 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml
index d3a8100..3a28c16 100644
--- a/misc/bundle/META.yml
+++ b/misc/bundle/META.yml
@@ -6,8 +6,9 @@ version_from: lib/Bundle/W3C/Validator.pm
installdirs: site
requires:
CGI: 2.81
- Config::General: 0
+ Config::General: 2.19
HTML::Parser: 3.25
+ HTML::Template: 2.6
LWP::UserAgent: 1.9
Net::IP: 0
Set::IntSpan: 0
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index 4c24a7e..3c02c8c 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -8,8 +8,9 @@ WriteMakefile(
VERSION_FROM => 'lib/Bundle/W3C/Validator.pm',
PREREQ_PM => {
CGI => 2.81,
- Config::General => 0,
+ Config::General => 2.19,
HTML::Parser => 3.25,
+ HTML::Template => 2.6,
LWP::UserAgent => 1.90,
Net::IP => 0,
Set::IntSpan => 0,
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