- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Jul 2007 03:30:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv23357/misc/bundle
Modified Files:
META.yml Makefile.PL
Log Message:
requiring extra perl libs for CJK character encodings, and documenting the new requirements
Index: META.yml
===================================================================
RCS file: /sources/public/validator/misc/bundle/META.yml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- META.yml 10 Oct 2004 13:15:58 -0000 1.3
+++ META.yml 10 Jul 2007 03:30:14 -0000 1.4
@@ -14,6 +14,9 @@
Set::IntSpan: 0
Text::Iconv: 0
URI: 0
-
+ Encode: 0
+ Encode::HanExtra: 0
+ Encode::JIS2K: 0
+ File::Spec: 0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.17
Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.PL 4 Apr 2007 09:27:12 -0000 1.5
+++ Makefile.PL 10 Jul 2007 03:30:14 -0000 1.6
@@ -17,6 +17,10 @@
SGML::Parser::OpenSP => 0
URI => 0,
XML::LibXML => 0,
+ Encode => 0,
+ Encode::HanExtra => 0,
+ Encode::JIS2K => 0,
+ File::Spec => 0
},
dist => { TARFLAGS => '--owner=0 --group=0 -cvf' },
clean => { FILES => 'ChangeLog.bak' },
Received on Tuesday, 10 July 2007 03:30:17 UTC