- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Feb 2009 21:22:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv22374
Modified Files:
META.yml Makefile.PL
Log Message:
Add license info to dist metadata.
Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/META.yml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- META.yml 10 Feb 2009 18:50:44 -0000 1.14
+++ META.yml 16 Feb 2009 21:22:13 -0000 1.15
@@ -2,7 +2,7 @@
name: W3C-LinkChecker
version: 4.4
abstract: W3C Link Checker
-license: ~
+license: open_source
author:
- The W3C Link Checker Team <www-validator@w3.org>
generated_by: ExtUtils::MakeMaker version 6.42
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.PL 10 Feb 2009 20:17:06 -0000 1.20
+++ Makefile.PL 16 Feb 2009 21:22:13 -0000 1.21
@@ -5,6 +5,7 @@
NAME => 'W3C::LinkChecker',
ABSTRACT => 'W3C Link Checker',
AUTHOR => 'The W3C Link Checker Team <www-validator@w3.org>',
+ LICENSE => 'open_source',
VERSION_FROM => 'bin/checklink',
PREREQ_PM => {
CGI => 0,
Received on Monday, 16 February 2009 21:22:23 UTC