Bump version
[catagits/DOM-Tiny.git] / META.json
CommitLineData
d6512b50 1{
9cc55beb 2 "abstract" : "This is an empty subclass, you wanted Mojo::DOM58",
d6512b50 3 "author" : [
4 "Dan Book <dbook@cpan.org>"
5 ],
6 "dynamic_config" : 0,
21ac2327 7 "generated_by" : "Dist::Zilla version 5.047, 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",
9cc55beb 49 "Mojo::DOM58" : "0",
d6512b50 50 "Scalar::Util" : "0",
ba909048 51 "perl" : "5.008001"
d6512b50 52 }
53 },
54 "test" : {
55 "requires" : {
927f1351 56 "Encode" : "0",
6e357a60 57 "JSON::PP" : "0",
d6512b50 58 "Test::More" : "0.88"
59 }
60 }
61 },
62 "provides" : {
63 "DOM::Tiny" : {
64 "file" : "lib/DOM/Tiny.pm",
21ac2327 65 "version" : "0.005"
d6512b50 66 },
d6512b50 67 "DOM::Tiny::Entities" : {
68 "file" : "lib/DOM/Tiny/Entities.pm",
21ac2327 69 "version" : "0.005"
d6512b50 70 }
71 },
72 "release_status" : "stable",
f44b0eb9 73 "resources" : {
f44b0eb9 74 "repository" : {
75 "type" : "git",
b53027cb 76 "url" : "git://git.shadowcat.co.uk/catagits/DOM-Tiny.git",
77 "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits/DOM-Tiny.git"
f44b0eb9 78 }
79 },
21ac2327 80 "version" : "0.005",
d6512b50 81 "x_contributors" : [
86ed756d 82 "Dan Book <grinnz@grinnz.com>",
83 "Matt S Trout <mst@shadowcat.co.uk>"
d6512b50 84 ]
85}
86