ported fixes from Mojolicious
[catagits/DOM-Tiny.git] / META.json
CommitLineData
d6512b50 1{
2 "abstract" : "Minimalistic HTML/XML DOM parser with CSS selectors",
3 "author" : [
4 "Dan Book <dbook@cpan.org>"
5 ],
6 "dynamic_config" : 0,
4b5e2513 7 "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005",
d6512b50 8 "license" : [
9 "artistic_2"
10 ],
11 "meta-spec" : {
12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
13 "version" : 2
14 },
15 "name" : "DOM-Tiny",
16 "no_index" : {
17 "directory" : [
18 "eg",
19 "examples",
20 "inc",
21 "share",
22 "t",
23 "xt"
a91b0b88 24 ],
25 "package" : [
26 "DOM::Tiny::_CSS",
27 "DOM::Tiny::_Collection",
28 "DOM::Tiny::_HTML"
d6512b50 29 ]
30 },
31 "prereqs" : {
32 "configure" : {
33 "requires" : {
e5227dad 34 "ExtUtils::MakeMaker" : "0"
d6512b50 35 }
36 },
37 "develop" : {
38 "requires" : {
39 "Pod::Coverage::TrustPod" : "0",
40 "Test::Pod" : "1.41",
41 "Test::Pod::Coverage" : "1.08"
42 }
43 },
44 "runtime" : {
45 "requires" : {
46 "Carp" : "0",
d6512b50 47 "Exporter" : "0",
48 "List::Util" : "0",
49 "Scalar::Util" : "0",
ba909048 50 "perl" : "5.008001"
d6512b50 51 }
52 },
53 "test" : {
54 "requires" : {
927f1351 55 "Encode" : "0",
6e357a60 56 "JSON::PP" : "0",
d6512b50 57 "Test::More" : "0.88"
58 }
59 }
60 },
61 "provides" : {
62 "DOM::Tiny" : {
63 "file" : "lib/DOM/Tiny.pm",
7218d584 64 "version" : "0.003"
d6512b50 65 },
d6512b50 66 "DOM::Tiny::Entities" : {
67 "file" : "lib/DOM/Tiny/Entities.pm",
7218d584 68 "version" : "0.003"
d6512b50 69 }
70 },
71 "release_status" : "stable",
f44b0eb9 72 "resources" : {
f44b0eb9 73 "repository" : {
74 "type" : "git",
b53027cb 75 "url" : "git://git.shadowcat.co.uk/catagits/DOM-Tiny.git",
76 "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/DOM-Tiny.git"
f44b0eb9 77 }
78 },
7218d584 79 "version" : "0.003",
d6512b50 80 "x_contributors" : [
81 "Dan Book <grinnz@grinnz.com>"
82 ]
83}
84