1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
---
abstract: 'parse HTML reliably'
author:
- 'Toby Inkster <tobyink@cpan.org>'
build_requires:
FindBin: '0'
Test::More: '0.61'
Test::Requires: '0'
configure_requires:
ExtUtils::MakeMaker: '6.17'
dynamic_config: 0
generated_by: 'Dist::Inkt::Profile::TOBYINK version 0.024, CPAN::Meta::Converter version 2.150010'
keywords:
- HTML
- HTML5
- Web
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: HTML-HTML5-Parser
no_index:
directory:
- eg
- examples
- inc
- t
- xt
optional_features: {}
provides:
HTML::HTML5::Parser:
file: lib/HTML/HTML5/Parser.pm
version: '0.992'
HTML::HTML5::Parser::Charset::DecodeHandle:
file: lib/HTML/HTML5/Parser/Charset/DecodeHandle.pm
version: '0.992'
HTML::HTML5::Parser::Charset::DecodeHandle::ByteBuffer:
file: lib/HTML/HTML5/Parser/Charset/DecodeHandle.pm
HTML::HTML5::Parser::Charset::DecodeHandle::CharString:
file: lib/HTML/HTML5/Parser/Charset/DecodeHandle.pm
HTML::HTML5::Parser::Charset::DecodeHandle::Encode:
file: lib/HTML/HTML5/Parser/Charset/DecodeHandle.pm
HTML::HTML5::Parser::Charset::DecodeHandle::ISO2022JP:
file: lib/HTML/HTML5/Parser/Charset/DecodeHandle.pm
HTML::HTML5::Parser::Charset::Info:
file: lib/HTML/HTML5/Parser/Charset/Info.pm
version: '0.992'
HTML::HTML5::Parser::Charset::USASCII:
file: lib/HTML/HTML5/Parser/Charset/WebLatin1.pm
HTML::HTML5::Parser::Charset::UnicodeChecker:
file: lib/HTML/HTML5/Parser/Charset/UnicodeChecker.pm
version: '0.992'
HTML::HTML5::Parser::Charset::UniversalCharDet:
file: lib/HTML/HTML5/Parser/Charset/UniversalCharDet.pm
version: '0.992'
HTML::HTML5::Parser::Charset::WebLatin1:
file: lib/HTML/HTML5/Parser/Charset/WebLatin1.pm
version: '0.992'
HTML::HTML5::Parser::Charset::WebLatin5:
file: lib/HTML/HTML5/Parser/Charset/WebLatin1.pm
HTML::HTML5::Parser::Charset::WebThai:
file: lib/HTML/HTML5/Parser/Charset/WebThai.pm
version: '0.992'
HTML::HTML5::Parser::Charset::WebThai::WebTIS620:
file: lib/HTML/HTML5/Parser/Charset/WebThai.pm
HTML::HTML5::Parser::Error:
file: lib/HTML/HTML5/Parser/Error.pm
version: '0.992'
HTML::HTML5::Parser::TagSoupParser:
file: lib/HTML/HTML5/Parser/TagSoupParser.pm
version: '0.992'
HTML::HTML5::Parser::TagSoupParser::RestartParser:
file: lib/HTML/HTML5/Parser/TagSoupParser.pm
HTML::HTML5::Parser::Tokenizer:
file: lib/HTML/HTML5/Parser/Tokenizer.pm
version: '0.992'
HTML::HTML5::Parser::UA:
file: lib/HTML/HTML5/Parser/UA.pm
version: '0.992'
requires:
HTML::HTML5::Entities: '0.002'
HTTP::Tiny: '0'
IO::HTML: '0'
Scalar::Util: '0'
Try::Tiny: '0'
URI::file: '0'
XML::LibXML: '1.94'
XML::LibXML::Devel: '0'
perl: '5.008001'
resources:
Identifier: http://purl.org/NET/cpan-uri/dist/HTML-HTML5-Parser/project
bugtracker: https://github.com/tobyink/p5-html-html5-parser/issues
homepage: https://metacpan.org/release/HTML-HTML5-Parser
license: http://dev.perl.org/licenses/
repository: git://github.com/tobyink/p5-html-html5-parser.git
version: '0.992'
x_contributors:
- Wakaba
- SHELLAC
- 'AUDREYT <audreyt@cpan.org>'
- TOBYINK
- 'Dorian Taylor'
- 'Gregory Williams'
- 'Kjetil Kjernsmo'
- 'Alex Vandiver'
x_provides_scripts:
html2xhtml:
file: bin/html2xhtml
html5debug:
file: bin/html5debug
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|