skip large attribute test on 5.8; set minimum to 5.8.9 for reduce issue
[catagits/DOM-Tiny.git] / META.json
1 {
2    "abstract" : "Minimalistic HTML/XML DOM parser with CSS selectors",
3    "author" : [
4       "Dan Book <dbook@cpan.org>"
5    ],
6    "dynamic_config" : 0,
7    "generated_by" : "Dist::Zilla version 5.041, CPAN::Meta::Converter version 2.150005",
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"
24       ],
25       "package" : [
26          "DOM::Tiny::_CSS",
27          "DOM::Tiny::_Collection",
28          "DOM::Tiny::_HTML"
29       ]
30    },
31    "prereqs" : {
32       "configure" : {
33          "requires" : {
34             "ExtUtils::MakeMaker" : "0"
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",
47             "Exporter" : "0",
48             "List::Util" : "0",
49             "Scalar::Util" : "0",
50             "perl" : "5.008009"
51          }
52       },
53       "test" : {
54          "requires" : {
55             "Encode" : "0",
56             "JSON::PP" : "0",
57             "Test::More" : "0.88"
58          }
59       }
60    },
61    "provides" : {
62       "DOM::Tiny" : {
63          "file" : "lib/DOM/Tiny.pm",
64          "version" : "0.002"
65       },
66       "DOM::Tiny::Entities" : {
67          "file" : "lib/DOM/Tiny/Entities.pm",
68          "version" : "0.002"
69       }
70    },
71    "release_status" : "stable",
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    },
83    "version" : "0.002",
84    "x_contributors" : [
85       "Dan Book <grinnz@grinnz.com>"
86    ]
87 }
88