skip large attribute test on 5.8; set minimum to 5.8.9 for reduce issue
[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,
927f1351 7 "generated_by" : "Dist::Zilla version 5.041, 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",
0139fdcf 50 "perl" : "5.008009"
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",
03eb5521 64 "version" : "0.002"
d6512b50 65 },
d6512b50 66 "DOM::Tiny::Entities" : {
67 "file" : "lib/DOM/Tiny/Entities.pm",
03eb5521 68 "version" : "0.002"
d6512b50 69 }
70 },
71 "release_status" : "stable",
f44b0eb9 72 "resources" : {
73 "bugtracker" : {
74 "web" : "https://github.com/Grinnz/DOM-Tiny/issues"
75 },
76 "homepage" : "https://github.com/Grinnz/DOM-Tiny",
77 "repository" : {
78 "type" : "git",
79 "url" : "https://github.com/Grinnz/DOM-Tiny.git",
80 "web" : "https://github.com/Grinnz/DOM-Tiny"
81 }
82 },
03eb5521 83 "version" : "0.002",
d6512b50 84 "x_contributors" : [
85 "Dan Book <grinnz@grinnz.com>"
86 ]
87}
88