Assimilate HTML-Parser and HTML-Tagset. HTML-Parser is now a prereq
authorSteve Peters <steve@fisharerojo.org>
Thu, 5 Jun 2008 01:58:26 +0000 (01:58 +0000)
committerSteve Peters <steve@fisharerojo.org>
Thu, 5 Jun 2008 01:58:26 +0000 (01:58 +0000)
commit42e4baff3065f0219e40d48113b9180ea9333dbc
treeff60a34f5daf68b948b43abf8db44fb4de156c91
parent69473a205b8f154ba006fb7b0bb2ce73626e18c3
Assimilate HTML-Parser and HTML-Tagset.  HTML-Parser is now a prereq
for Pod-Simple and HTML-Tagset is a prereq for HTML-Parser.  I also
resorted the MANIFEST file.

p4raw-id: //depot/perl@33998
70 files changed:
MANIFEST
Porting/Maintainers.pl
ext/HTML/Parser/Makefile.PL [new file with mode: 0644]
ext/HTML/Parser/Parser.pm [new file with mode: 0644]
ext/HTML/Parser/Parser.xs [new file with mode: 0644]
ext/HTML/Parser/hints/solaris.pl [new file with mode: 0644]
ext/HTML/Parser/hparser.c [new file with mode: 0644]
ext/HTML/Parser/hparser.h [new file with mode: 0644]
ext/HTML/Parser/lib/HTML/Entities.pm [new file with mode: 0644]
ext/HTML/Parser/lib/HTML/Filter.pm [new file with mode: 0644]
ext/HTML/Parser/lib/HTML/HeadParser.pm [new file with mode: 0644]
ext/HTML/Parser/lib/HTML/LinkExtor.pm [new file with mode: 0644]
ext/HTML/Parser/lib/HTML/PullParser.pm [new file with mode: 0644]
ext/HTML/Parser/lib/HTML/TokeParser.pm [new file with mode: 0644]
ext/HTML/Parser/mkhctype [new file with mode: 0755]
ext/HTML/Parser/mkpfunc [new file with mode: 0755]
ext/HTML/Parser/t/api_version.t [new file with mode: 0644]
ext/HTML/Parser/t/argspec-bad.t [new file with mode: 0644]
ext/HTML/Parser/t/argspec.t [new file with mode: 0644]
ext/HTML/Parser/t/argspec2.t [new file with mode: 0644]
ext/HTML/Parser/t/attr-encoded.t [new file with mode: 0644]
ext/HTML/Parser/t/callback.t [new file with mode: 0644]
ext/HTML/Parser/t/case-sensitive.t [new file with mode: 0644]
ext/HTML/Parser/t/cases.t [new file with mode: 0644]
ext/HTML/Parser/t/comment.t [new file with mode: 0644]
ext/HTML/Parser/t/crashme.t [new file with mode: 0644]
ext/HTML/Parser/t/declaration.t [new file with mode: 0644]
ext/HTML/Parser/t/default.t [new file with mode: 0644]
ext/HTML/Parser/t/document.t [new file with mode: 0644]
ext/HTML/Parser/t/dtext.t [new file with mode: 0644]
ext/HTML/Parser/t/entities.t [new file with mode: 0644]
ext/HTML/Parser/t/entities2.t [new file with mode: 0644]
ext/HTML/Parser/t/filter-methods.t [new file with mode: 0644]
ext/HTML/Parser/t/filter.t [new file with mode: 0644]
ext/HTML/Parser/t/handler-eof.t [new file with mode: 0644]
ext/HTML/Parser/t/handler.t [new file with mode: 0644]
ext/HTML/Parser/t/headparser-http.t [new file with mode: 0644]
ext/HTML/Parser/t/headparser.t [new file with mode: 0644]
ext/HTML/Parser/t/ignore.t [new file with mode: 0644]
ext/HTML/Parser/t/largetags.t [new file with mode: 0644]
ext/HTML/Parser/t/linkextor-base.t [new file with mode: 0644]
ext/HTML/Parser/t/linkextor-rel.t [new file with mode: 0644]
ext/HTML/Parser/t/magic.t [new file with mode: 0644]
ext/HTML/Parser/t/marked-sect.t [new file with mode: 0644]
ext/HTML/Parser/t/msie-compat.t [new file with mode: 0644]
ext/HTML/Parser/t/offset.t [new file with mode: 0644]
ext/HTML/Parser/t/options.t [new file with mode: 0644]
ext/HTML/Parser/t/parsefile.t [new file with mode: 0644]
ext/HTML/Parser/t/parser.t [new file with mode: 0644]
ext/HTML/Parser/t/plaintext.t [new file with mode: 0644]
ext/HTML/Parser/t/pod.t [new file with mode: 0644]
ext/HTML/Parser/t/process.t [new file with mode: 0644]
ext/HTML/Parser/t/pullparser.t [new file with mode: 0644]
ext/HTML/Parser/t/script.t [new file with mode: 0644]
ext/HTML/Parser/t/skipped-text.t [new file with mode: 0644]
ext/HTML/Parser/t/stack-realloc.t [new file with mode: 0644]
ext/HTML/Parser/t/textarea.t [new file with mode: 0644]
ext/HTML/Parser/t/threads.t [new file with mode: 0644]
ext/HTML/Parser/t/tokeparser.t [new file with mode: 0644]
ext/HTML/Parser/t/uentities.t [new file with mode: 0644]
ext/HTML/Parser/t/unbroken-text.t [new file with mode: 0644]
ext/HTML/Parser/t/unicode-bom.t [new file with mode: 0644]
ext/HTML/Parser/t/unicode.t [new file with mode: 0644]
ext/HTML/Parser/t/xml-mode.t [new file with mode: 0644]
ext/HTML/Parser/tokenpos.h [new file with mode: 0644]
ext/HTML/Parser/typemap [new file with mode: 0644]
ext/HTML/Parser/util.c [new file with mode: 0644]
lib/HTML/Tagset.pm [new file with mode: 0644]
lib/HTML/Tagset/t/00_about_verbose.t [new file with mode: 0644]
lib/HTML/Tagset/t/01_old_junk.t [new file with mode: 0644]