- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 10 Sep 2005 12:17:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator
In directory hutz:/tmp/cvs-serv17105
Modified Files:
Changes MANIFEST Makefile.PL
Added Files:
META.yml
Log Message:
more dependencies cleanup
--- NEW FILE: META.yml ---
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: W3C-LogValidator
version: 1.01
version_from:
installdirs: site
requires:
Config::General: 0
DB_File: 0
Exporter: 0
File::Temp: 0
LWP::UserAgent: 0
Mail::Sendmail: 0
Sys::Hostname: 0
URI::Escape: 0
WebService::Validator::CSS::W3C: 0
W3C::LinkChecker: 0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.17
Index: Changes
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Changes,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Changes 9 Sep 2005 06:18:10 -0000 1.16
+++ Changes 10 Sep 2005 12:16:59 -0000 1.17
@@ -1,6 +1,8 @@
Revision history for Perl module W3C::LogValidator
$Id$
+1.01 [2005-09-10]
+ - fixing list of required modules
1.0 [2005-09-09]
- adding Link Checker module
Index: Makefile.PL
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/Makefile.PL,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.PL 10 Sep 2005 12:00:07 -0000 1.17
+++ Makefile.PL 10 Sep 2005 12:16:59 -0000 1.18
@@ -13,7 +13,7 @@
'DISTNAME' => 'W3C-LogValidator',
'AUTHOR' => 'Olivier Thereaux <ot@w3.org>',
'ABSTRACT' => 'The W3C Log Validator',
- 'VERSION' => '1.0',
+ 'VERSION' => '1.01',
'PREREQ_PM' => { 'Exporter' => 0,
'Sys::Hostname' => 0,
'LWP::UserAgent' => 0,
Index: MANIFEST
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/MANIFEST,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- MANIFEST 9 Sep 2005 06:33:11 -0000 1.22
+++ MANIFEST 10 Sep 2005 12:16:59 -0000 1.23
@@ -21,4 +21,4 @@
t/module-css.t test CSSValidator.pm
t/module-linkcheck.t test LinkChecker.pm
t/module-survey.t test SurveyEngine.pm
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module meta-data
Received on Saturday, 10 September 2005 12:17:09 UTC