summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misc/bundle/ChangeLog5
-rw-r--r--misc/bundle/MANIFEST8
-rw-r--r--misc/bundle/MANIFEST.SKIP10
-rw-r--r--misc/bundle/META.yml18
-rw-r--r--misc/bundle/Makefile.PL30
-rw-r--r--misc/bundle/README25
-rw-r--r--misc/bundle/SIGNATURE30
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm57
-rw-r--r--misc/bundle/t/00load.t9
9 files changed, 192 insertions, 0 deletions
diff --git a/misc/bundle/ChangeLog b/misc/bundle/ChangeLog
new file mode 100644
index 0000000..c2af7a1
--- /dev/null
+++ b/misc/bundle/ChangeLog
@@ -0,0 +1,5 @@
+2004-05-05 ville
+
+ * README, lib/Bundle/W3C/Validator.pm, t/00load.t: First release,
+ for the W3C Markup Validator 0.6.5.
+
diff --git a/misc/bundle/MANIFEST b/misc/bundle/MANIFEST
new file mode 100644
index 0000000..1f2fb54
--- /dev/null
+++ b/misc/bundle/MANIFEST
@@ -0,0 +1,8 @@
+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
diff --git a/misc/bundle/MANIFEST.SKIP b/misc/bundle/MANIFEST.SKIP
new file mode 100644
index 0000000..f37025f
--- /dev/null
+++ b/misc/bundle/MANIFEST.SKIP
@@ -0,0 +1,10 @@
+\.cvsignore$
+\bblib\b
+\bpm_to_blib\b
+\bCVS\b
+~$
+\bMANIFEST\.SKIP$
+\bMakefile$
+\bMakefile\.old$
+\.tar\.
+\bREADME\.cvs$
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml
new file mode 100644
index 0000000..d3a8100
--- /dev/null
+++ b/misc/bundle/META.yml
@@ -0,0 +1,18 @@
+# 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
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
new file mode 100644
index 0000000..4c24a7e
--- /dev/null
+++ b/misc/bundle/Makefile.PL
@@ -0,0 +1,30 @@
+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
+}
diff --git a/misc/bundle/README b/misc/bundle/README
new file mode 100644
index 0000000..44f7650
--- /dev/null
+++ b/misc/bundle/README
@@ -0,0 +1,25 @@
+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
diff --git a/misc/bundle/SIGNATURE b/misc/bundle/SIGNATURE
new file mode 100644
index 0000000..d682eeb
--- /dev/null
+++ b/misc/bundle/SIGNATURE
@@ -0,0 +1,30 @@
+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-----
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
new file mode 100644
index 0000000..bdd981b
--- /dev/null
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -0,0 +1,57 @@
+package Bundle::W3C::Validator;
+
+use 5.6.0;
+use strict;
+
+use vars qw($VERSION);
+$VERSION = '0.7.0';
+
+1;
+
+__END__
+
+=head1 NAME
+
+Bundle::W3C::Validator - Bundle of modules required by the W3C Markup Validator
+
+=head1 SYNOPSIS
+
+C<perl -MCPAN -e "install Bundle::W3C::Validator">
+
+=head1 CONTENTS
+
+ CGI 2.81
+ Config::General
+ HTML::Parser 3.25
+ LWP::UserAgent 1.90
+ Net::IP
+ Set::IntSpan
+ Text::Iconv
+ URI
+
+=head1 DESCRIPTION
+
+This bundle contains the prerequisite CPAN modules for running the
+W3C Markup Validator, E<lt>http://validator.w3.org/E<gt>.
+
+=head1 SEE ALSO
+
+E<lt>http://validator.w3.org/E<gt>
+perl(1)
+
+=head1 AUTHOR
+
+The W3C Markup Validator Team, E<lt>www-validator@w3.orgE<gt>
+
+=head1 COPYRIGHT AND LICENSE
+
+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
+
+=cut
diff --git a/misc/bundle/t/00load.t b/misc/bundle/t/00load.t
new file mode 100644
index 0000000..286b9e0
--- /dev/null
+++ b/misc/bundle/t/00load.t
@@ -0,0 +1,9 @@
+use strict; # -*- perl -*-
+use Test;
+
+BEGIN { plan tests => 1 }
+
+eval {
+ require Bundle::W3C::Validator;
+};
+ok(!$@);