r15331 - in /branches/upstream/libhtml-lint-perl: ./ current/ current/bin/ current/lib/ current/lib/HTML/ current/lib/HTML/Lint/ current/lib/Test/ current/lib/Test/HTML/ current/t/

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 21 02:32:20 UTC 2008


Author: js
Date: Thu Feb 21 02:32:19 2008
New Revision: 15331

URL: http://svn.debian.org/wsvn/?sc=1&rev=15331
Log:
[svn-inject] Installing original source of libhtml-lint-perl

Added:
    branches/upstream/libhtml-lint-perl/
    branches/upstream/libhtml-lint-perl/current/
    branches/upstream/libhtml-lint-perl/current/Changes
    branches/upstream/libhtml-lint-perl/current/MANIFEST
    branches/upstream/libhtml-lint-perl/current/META.yml
    branches/upstream/libhtml-lint-perl/current/Makefile.PL
    branches/upstream/libhtml-lint-perl/current/README
    branches/upstream/libhtml-lint-perl/current/bin/
    branches/upstream/libhtml-lint-perl/current/bin/weblint   (with props)
    branches/upstream/libhtml-lint-perl/current/lib/
    branches/upstream/libhtml-lint-perl/current/lib/HTML/
    branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint/
    branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint.pm
    branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint/Error.pm
    branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint/HTML4.pm
    branches/upstream/libhtml-lint-perl/current/lib/Test/
    branches/upstream/libhtml-lint-perl/current/lib/Test/HTML/
    branches/upstream/libhtml-lint-perl/current/lib/Test/HTML/Lint.pm
    branches/upstream/libhtml-lint-perl/current/t/
    branches/upstream/libhtml-lint-perl/current/t/00-load.t
    branches/upstream/libhtml-lint-perl/current/t/01-coverage.t
    branches/upstream/libhtml-lint-perl/current/t/02-versions.t
    branches/upstream/libhtml-lint-perl/current/t/10-test-html-lint.t
    branches/upstream/libhtml-lint-perl/current/t/11-test-html-lint-overload.t
    branches/upstream/libhtml-lint-perl/current/t/20-error-types-export.t
    branches/upstream/libhtml-lint-perl/current/t/20-error-types-skip.t
    branches/upstream/libhtml-lint-perl/current/t/20-error-types.t
    branches/upstream/libhtml-lint-perl/current/t/30-test-builder.t
    branches/upstream/libhtml-lint-perl/current/t/40-where.t
    branches/upstream/libhtml-lint-perl/current/t/50-multiple-files.t
    branches/upstream/libhtml-lint-perl/current/t/LintTest.pl
    branches/upstream/libhtml-lint-perl/current/t/attr-repeated.t
    branches/upstream/libhtml-lint-perl/current/t/attr-unknown.t
    branches/upstream/libhtml-lint-perl/current/t/doc-tag-required.t
    branches/upstream/libhtml-lint-perl/current/t/elem-empty-but-closed.t
    branches/upstream/libhtml-lint-perl/current/t/elem-img-alt-missing.t
    branches/upstream/libhtml-lint-perl/current/t/elem-img-sizes-missing.t
    branches/upstream/libhtml-lint-perl/current/t/elem-nonrepeatable.t
    branches/upstream/libhtml-lint-perl/current/t/elem-unclosed.t
    branches/upstream/libhtml-lint-perl/current/t/elem-unknown.t
    branches/upstream/libhtml-lint-perl/current/t/elem-unopened.t
    branches/upstream/libhtml-lint-perl/current/t/embed-extensions.t
    branches/upstream/libhtml-lint-perl/current/t/pod-coverage.t
    branches/upstream/libhtml-lint-perl/current/t/pod.t
    branches/upstream/libhtml-lint-perl/current/t/random-nobr.t
    branches/upstream/libhtml-lint-perl/current/t/text-use-entity.t
    branches/upstream/libhtml-lint-perl/current/t/xhtml-html.t

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/upstream/libhtml-lint-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/Changes?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/MANIFEST?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/META.yml?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/Makefile.PL?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/README?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/bin/weblint
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/bin/weblint?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint.pm?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint/Error.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint/Error.pm?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint/HTML4.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/lib/HTML/Lint/HTML4.pm?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/lib/Test/HTML/Lint.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/lib/Test/HTML/Lint.pm?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/00-load.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/00-load.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/01-coverage.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/01-coverage.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/02-versions.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/02-versions.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/10-test-html-lint.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/10-test-html-lint.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/11-test-html-lint-overload.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/11-test-html-lint-overload.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/20-error-types-export.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/20-error-types-export.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/20-error-types-skip.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/20-error-types-skip.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/20-error-types.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/20-error-types.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/30-test-builder.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/30-test-builder.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/40-where.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/40-where.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/50-multiple-files.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/50-multiple-files.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/LintTest.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/LintTest.pl?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/attr-repeated.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/attr-repeated.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/attr-unknown.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/attr-unknown.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/doc-tag-required.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/doc-tag-required.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/elem-empty-but-closed.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/elem-empty-but-closed.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/elem-img-alt-missing.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/elem-img-alt-missing.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/elem-img-sizes-missing.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/elem-img-sizes-missing.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/elem-nonrepeatable.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/elem-nonrepeatable.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/elem-unclosed.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/elem-unclosed.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/elem-unknown.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/elem-unknown.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/elem-unopened.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/elem-unopened.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/embed-extensions.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/embed-extensions.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/pod-coverage.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/pod.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/random-nobr.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/random-nobr.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/text-use-entity.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/text-use-entity.t?rev=15331&op=file

Added: branches/upstream/libhtml-lint-perl/current/t/xhtml-html.t
URL: http://svn.debian.org/wsvn/branches/upstream/libhtml-lint-perl/current/t/xhtml-html.t?rev=15331&op=file




More information about the Pkg-perl-cvs-commits mailing list