- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Feb 2009 21:43:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker
In directory hutz:/tmp/cvs-serv27421
Modified Files:
META.yml Makefile.PL README
Log Message:
Attribute authorship to QA-dev (there's no separate link checker team).
Index: README
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README 1 Jan 2009 22:50:43 -0000 1.7
+++ README 16 Feb 2009 21:43:00 -0000 1.8
@@ -35,7 +35,7 @@
Written by the following people for the W3C:
- Hugo Haas <hugo@w3.org>
- Ville Skyttä <ville.skytta@iki.fi>
-- The W3C Link Checker Team <www-validator@w3.org>
+- W3C QA-dev Team <public-qa-dev@w3.org>
Copyright (C) 1994-2009 World Wide Web Consortium, (Massachusetts
Institute of Technology, European Research Consortium for Informatics
Index: META.yml
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/META.yml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- META.yml 16 Feb 2009 21:22:13 -0000 1.15
+++ META.yml 16 Feb 2009 21:43:00 -0000 1.16
@@ -4,7 +4,7 @@
abstract: W3C Link Checker
license: open_source
author:
- - The W3C Link Checker Team <www-validator@w3.org>
+ - W3C QA-dev Team <public-qa-dev@w3.org>
generated_by: ExtUtils::MakeMaker version 6.42
distribution_type: module
requires:
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/Makefile.PL,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Makefile.PL 16 Feb 2009 21:29:19 -0000 1.22
+++ Makefile.PL 16 Feb 2009 21:43:00 -0000 1.23
@@ -4,7 +4,7 @@
WriteMakefile(
NAME => 'W3C::LinkChecker',
ABSTRACT => 'W3C Link Checker',
- AUTHOR => 'The W3C Link Checker Team <www-validator@w3.org>',
+ AUTHOR => 'W3C QA-dev Team <public-qa-dev@w3.org>',
LICENSE => 'open_source',
VERSION_FROM => 'bin/checklink',
PREREQ_PM => {
Received on Monday, 16 February 2009 21:43:12 UTC