forked from xslate/p5-Mouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
131 lines (131 loc) · 4.13 KB
/
META.json
File metadata and controls
131 lines (131 loc) · 4.13 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"abstract" : "Moose minus the antlers",
"author" : [
"Shawn M Moore <sartak at gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v2.5.0, CPAN::Meta::Converter version 2.150001",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Mouse",
"no_index" : {
"directory" : [
"t",
"xt",
"tool",
"author",
"example",
"benchmarks",
"builder"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Devel::PPPort" : "3.22",
"ExtUtils::ParseXS" : "3.22",
"Module::Build" : "0.4005",
"Module::Build::XSUtil" : "0"
}
},
"develop" : {
"requires" : {
"Test::CPAN::Meta" : "0",
"Test::DependentModules" : "0",
"Test::MinimumVersion::Fast" : "0.04",
"Test::PAUSE::Permissions" : "0.04",
"Test::Pod" : "1.41",
"Test::Pod::Coverage" : "0",
"Test::Spellunker" : "v0.2.7"
},
"suggests" : {
"Declare::Constraints::Simple" : "0",
"HTTP::Headers" : "0",
"IO::String" : "0",
"Locale::US" : "0",
"Params::Coerce" : "0",
"Regexp::Common" : "0",
"Test::Deep" : "0",
"URI" : "0"
}
},
"runtime" : {
"requires" : {
"Scalar::Util" : "1.14",
"XSLoader" : "0.02",
"perl" : "5.008005"
}
},
"test" : {
"requires" : {
"Test::Exception" : "0",
"Test::Fatal" : "0",
"Test::LeakTrace" : "0",
"Test::More" : "0.88",
"Test::Output" : "0",
"Test::Requires" : "0",
"Try::Tiny" : "0"
}
}
},
"release_status" : "unstable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/gfx/p5-Mouse/issues"
},
"homepage" : "https://github.com/gfx/p5-Mouse",
"repository" : {
"type" : "git",
"url" : "git://github.com/gfx/p5-Mouse.git",
"web" : "https://github.com/gfx/p5-Mouse"
}
},
"version" : "v2.4.5",
"x_contributors" : [
"Ricardo SIGNES <rjbs@cpan.org>",
"大沢 和宏 <yappo@shibuya.pl>",
"Dann <techmemo@gmail.com>",
"Jesse Vincent <jesse@bestpractical.com>",
"Chris Prather <chris@prather.org>",
"Tokuhiro Matsuno <tokuhirom@gp.ath.cx>",
"Daisuke Maki <dmaki@cpan.org>",
"Nick Woolley <nick@noodlefactory.co.uk>",
"Daisuke Maki (lestrrat) <daisuke@endeworks.jp>",
"NAKAGAWA Masaki <masaki.nakagawa@gmail.com>",
"wu-lee <mouse.git.wu-lee@noodlefactory.co.uk>",
"Yuval Kogman <nothingmuch@woobling.org>",
"Joel Bernstein <joel.bernstein@vidicom.co.uk>",
"markstos <mark@stosberg.com>",
"Chris Prather <cprather@hdpublishing.com>",
"Tomas Doran (t0m) <t0m@state51.co.uk>",
"Matt S Trout <matthewt@hercule.scsys.co.uk>",
"sunnavy <sunnavy@bestpractical.com>",
"Shawn M Moore <sartak@gmail.com>",
"Ævar Arnfjörð Bjarmason <avarab@gmail.com>",
"Brett <orderthruchaos@gmail.com>",
"Shawn M Moore <sartak@bestpractical.com>",
"Ingy dot Net <ingy@ingy.net>",
"Todd Rinaldo <toddr@cpanel.net>",
"Fuji, Goro <fuji.goro@dena.jp>",
"Piotr Roszatycki <piotr.roszatycki@gmail.com>",
"Stanislaw Pusep <creaktive@gmail.com>",
"Michael G. Schwern <schwern@pobox.com>",
"Fuji, Goro <g.psy.va@gmail.com>",
"David Steinbrunner <dsteinbrunner@pobox.com>",
"Masahiro Honma <hiratara@cpan.org>",
"Fuji, Goro <goro-fuji@cookpad.com>",
"Sergiy Zuban <s.zuban@trackingsoft.com>",
"Tokuhiro Matsuno <tokuhirom@gmail.com>",
"Kent Fredric <kentfredric@gmail.com>",
"John SJ Anderson <genehack@genehack.org>",
"Vincent Pit <perl@profvince.com>",
"FUJI Goro (gfx) <gfuji@cpan.org>",
"Luca Ferrari <fluca1978@gmail.com>",
"Syohei YOSHIDA <syohex@gmail.com>"
]
}