- From: Terje Bless <link@dev.w3.org>
- Date: Wed, 21 Jul 2004 21:02:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/misc/bundle
In directory hutz:/tmp/cvs-serv15638/bundle
Added Files:
ChangeLog MANIFEST MANIFEST.SKIP META.yml Makefile.PL README
SIGNATURE
Log Message:
Re-adding bundle/* taken from validator-0_6_0-branch at tag
validator-0_6_7-pre3 (0.6.7-release candidate).
--- NEW FILE: Makefile.PL ---
use 5.6.0;
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Bundle::W3C::Validator',
ABSTRACT_FROM => 'lib/Bundle/W3C/Validator.pm',
AUTHOR => 'The W3C Markup Validator Team <www-validator@w3.org>',
VERSION_FROM => 'lib/Bundle/W3C/Validator.pm',
PREREQ_PM => {
CGI => 2.81,
Config::General => 0,
HTML::Parser => 3.25,
LWP::UserAgent => 1.90,
Net::IP => 0,
Set::IntSpan => 0,
Text::Iconv => 0,
URI => 0,
},
dist => { TARFLAGS => '--owner=0 --group=0 -cvf' },
clean => { FILES => 'ChangeLog.bak' },
);
sub MY::postamble {
return <<'MAKE_FRAG';
changelog:
cvs2cl --FSF --utc --prune \
--ignore ChangeLog --ignore cvsignore --ignore SIGNATURE \
--ignore Makefile.PL --ignore META.yml --ignore MANIFEST
MAKE_FRAG
}
--- NEW FILE: ChangeLog ---
2004-05-05 ville
* README, lib/Bundle/W3C/Validator.pm, t/00load.t: First release,
for the W3C Markup Validator 0.6.5.
--- 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: Bundle-W3C-Validator
version: 0.7.0
version_from: lib/Bundle/W3C/Validator.pm
installdirs: site
requires:
CGI: 2.81
Config::General: 0
HTML::Parser: 3.25
LWP::UserAgent: 1.9
Net::IP: 0
Set::IntSpan: 0
Text::Iconv: 0
URI: 0
distribution_type: module
generated_by: ExtUtils::MakeMaker version 6.17
--- NEW FILE: SIGNATURE ---
This file contains message digests of all files listed in MANIFEST,
signed via the Module::Signature module, version 0.38.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
% cpansign -v
It would check each file's integrity, as well as the signature's
validity. If "==> Signature verified OK! <==" is not displayed,
the distribution may already have been compromised, and you should
not run its Makefile.PL or Build.PL.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
SHA1 27884e558718897196597c56b6770154b3d6c812 ChangeLog
SHA1 132fc98004f19e73ae939414101fd05900877e79 MANIFEST
SHA1 896cf3487332c19747f77256b1a4e56f14eca775 META.yml
SHA1 bf034d44f924cd02a3ef5c2879f75ad4e4989fbb Makefile.PL
SHA1 ee41d8dbfc64a8a44453c0c6ceb72960c5413b14 README
SHA1 1baf15849773829594c74ce84f7b5a840f2bf0c2 lib/Bundle/W3C/Validator.pm
SHA1 77da198169b0682e4d5d7a4e620d80b49501c7c2 t/00load.t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFAmTNP2YzWNbzSQcsRApjWAKCPLaljk2JAz77JDnxxoariHSAHHgCgl1tv
dthWd5rvUNPUqJgHTyZDX4A=
=fyG3
-----END PGP SIGNATURE-----
--- NEW FILE: MANIFEST ---
ChangeLog Recent changes
MANIFEST
META.yml Module meta-data (added by MakeMaker)
Makefile.PL
README Start by reading this
SIGNATURE
lib/Bundle/W3C/Validator.pm
t/00load.t
--- NEW FILE: MANIFEST.SKIP ---
\.cvsignore$
\bblib\b
\bpm_to_blib\b
\bCVS\b
~$
\bMANIFEST\.SKIP$
\bMakefile$
\bMakefile\.old$
\.tar\.
\bREADME\.cvs$
--- NEW FILE: README ---
Bundle-W3C-Validator
====================
This bundle contains the prerequisite CPAN perl modules for running
the W3C Markup Validator, <http://validator.w3.org/>.
For more information, consult the embedded documentation in the
Bundle::W3C::Validator module, typically (in the directory where you
unpacked the source):
perldoc ./lib/Bundle/W3C/Validator.pm
COPYRIGHT AND LICENCE
Originally by Ville Skyttä, <ville.skytta@iki.fi>, for the W3C
Maintained by the W3C Markup Validator Team, <www-validator@w3.org>
Copyright (C) 1994-2004 World Wide Web Consortium, (Massachusetts
Institute of Technology, European Research Consortium for Informatics
and Mathematics, Keio University). All Rights Reserved. This work is
distributed under the W3C(R) Software License [1] in the hope that it
will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[1] http://www.w3.org/Consortium/Legal/copyright-software
Received on Wednesday, 21 July 2004 17:02:32 UTC