-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
82 lines (81 loc) · 2.15 KB
/
META.json
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
{
"abstract" : "model interface which had more data sources unified, a.k.a data/object mapper",
"author" : [
"Kazuhiro Osawa <yappo <at> shibuya <d\u00c3\u00b6t> pl>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.2, Dist::Zilla version 4.300034, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Data-Model",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.020"
}
},
"develop" : {
"requires" : {
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Class::Trigger" : "0",
"DBD::SQLite" : "0",
"DBI" : "0",
"Encode" : "0",
"Params::Validate" : "0",
"Storable" : "0",
"URI" : "0",
"perl" : "5.008005"
}
},
"test" : {
"requires" : {
"IO::Socket::INET" : "0",
"Path::Class" : "0",
"Test::Class" : "0.34",
"Test::Exception" : "0",
"Test::More" : "0"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/yappo/p5-Data-Model/issues"
},
"homepage" : "https://github.com/yappo/p5-Data-Model",
"repository" : {
"type" : "git",
"url" : "https://github.com/yappo/p5-Data-Model.git",
"web" : "https://github.com/yappo/p5-Data-Model"
}
},
"version" : "0.00008",
"x_contributors" : [
"Kazuhiro Osawa <[email protected]>",
"Tokuhiro Matsuno <[email protected]>",
"tokuhirom <tokuhirom@d0d07461-0603-4401-acd4-de1884942a52>",
"yappo <yappo@d0d07461-0603-4401-acd4-de1884942a52>",
"yappo <[email protected]>",
"\u5927\u6ca2 \u548c\u5b8f <yappo>"
]
}