validator/misc/bundle Makefile.PL,1.34,1.35

Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv4540

Modified Files:
	Makefile.PL 
Log Message:
Add more module metadata.

Index: Makefile.PL
===================================================================
RCS file: /sources/public/validator/misc/bundle/Makefile.PL,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.PL	8 Mar 2010 19:36:08 -0000	1.34
+++ Makefile.PL	8 Mar 2010 20:10:19 -0000	1.35
@@ -43,6 +43,16 @@
         "Encode::JIS2K" => 0,
         "HTML::Tidy"    => 0,
     },
+    META_MERGE => {
+        resources => {
+            homepage   => 'http://validator.w3.org/',
+            bugtracker => 'http://www.w3.org/Bugs/Public/',
+            repository => 'http://dev.w3.org/cvsweb/validator/',
+            MailingList =>
+                'http://lists.w3.org/Archives/Public/www-validator/',
+        },
+
+    },
     depend => {distdir  => 'ChangeLog'},
     dist   => {TARFLAGS => '--owner=0 --group=0 -cvf'},
     clean  => {

Received on Monday, 8 March 2010 20:10:22 UTC