- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Feb 2009 20:01:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv11521/misc/bundle
Modified Files:
META.yml Makefile.PL
Log Message:
Make Encode::JIS2K optional.
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- META.yml 7 Jan 2009 22:19:30 -0000 1.9
+++ META.yml 4 Feb 2009 20:01:40 -0000 1.10
@@ -12,7 +12,6 @@
Config::General: 2.31
Encode: 0
Encode::HanExtra: 0
- Encode::JIS2K: 0
File::Spec::Functions: 0
HTML::Encoding: 0.52
HTML::Parser: 3.24
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.PL 7 Jan 2009 22:19:30 -0000 1.15
+++ Makefile.PL 4 Feb 2009 20:01:40 -0000 1.16
@@ -11,7 +11,6 @@
Config::General => 2.31,
Encode => 0,
Encode::HanExtra => 0,
- Encode::JIS2K => 0,
File::Spec::Functions => 0,
HTML::Encoding => 0.52,
HTML::Parser => 3.24,
Received on Wednesday, 4 February 2009 20:01:52 UTC