-
Notifications
You must be signed in to change notification settings - Fork 216
/
META.json
93 lines (93 loc) · 2.55 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
82
83
84
85
86
87
88
89
90
91
92
93
{
"abstract" : "Manage perl installations in your C<$HOME>",
"author" : [
"Kang-min Liu C<< <[email protected]> >>"
],
"dynamic_config" : 0,
"generated_by" : "App::ModuleBuildTiny version 0.047",
"license" : [
"mit"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "App-perlbrew",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.039"
}
},
"develop" : {
"requires" : {
"App::ModuleBuildTiny" : "0.047",
"Pod::Markdown" : "2.002"
}
},
"runtime" : {
"requires" : {
"CPAN::Perl::Releases" : "5.20240920",
"Capture::Tiny" : "0.48",
"Devel::PatchPerl" : "2.08",
"ExtUtils::MakeMaker" : "7.22",
"File::Copy" : "0",
"File::Temp" : "0.2304",
"JSON::PP" : "0",
"Pod::Usage" : "1.69",
"local::lib" : "2.000014"
}
},
"test" : {
"requires" : {
"File::Which" : "1.21",
"Path::Class" : "0.33",
"Test2::Plugin::IOEvents" : "0.001001",
"Test2::Plugin::NoWarnings" : "0.10",
"Test2::V0" : "0.000163"
}
}
},
"provides" : {
"App::Perlbrew::HTTP" : {
"file" : "lib/App/Perlbrew/HTTP.pm"
},
"App::Perlbrew::Path" : {
"file" : "lib/App/Perlbrew/Path.pm"
},
"App::Perlbrew::Path::Installation" : {
"file" : "lib/App/Perlbrew/Path/Installation.pm"
},
"App::Perlbrew::Path::Installations" : {
"file" : "lib/App/Perlbrew/Path/Installations.pm"
},
"App::Perlbrew::Path::Root" : {
"file" : "lib/App/Perlbrew/Path/Root.pm"
},
"App::Perlbrew::Sys" : {
"file" : "lib/App/Perlbrew/Sys.pm"
},
"App::Perlbrew::Util" : {
"file" : "lib/App/Perlbrew/Util.pm"
},
"App::perlbrew" : {
"file" : "lib/App/perlbrew.pm",
"version" : "1.00"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/gugod/App-perlbrew/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/gugod/App-perlbrew.git",
"web" : "https://github.com/gugod/App-perlbrew"
}
},
"version" : "1.00",
"x_serialization_backend" : "JSON::PP version 4.16",
"x_spdx_expression" : "MIT",
"x_static_install" : "1"
}