- From: Ville Skytta <ville@dev.w3.org>
- Date: Sun, 10 Oct 2004 13:16:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv11538
Modified Files:
META.yml Makefile.PL
Log Message:
Add HTML::Template dependency and minimum Config::General version.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- META.yml 21 Jul 2004 21:02:16 -0000 1.2
+++ META.yml 10 Oct 2004 13:15:58 -0000 1.3
@@ -6,8 +6,9 @@
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
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.PL 21 Jul 2004 21:02:16 -0000 1.2
+++ Makefile.PL 10 Oct 2004 13:15:58 -0000 1.3
@@ -8,8 +8,9 @@
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,
Received on Sunday, 10 October 2004 13:16:01 UTC