-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
85 lines (85 loc) · 2.14 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
{
"abstract" : "Expansion of test functionalities that appear to be frequently used while testing.",
"author" : [
"Jurij Fajnberg <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "JSF",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Test-Expander",
"no_index" : {
"directory" : [
"t"
]
},
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0",
"Test::Simple" : "0"
}
},
"develop" : {
"suggests" : {
"App::Software::License" : "0",
"App::cpanminus" : "1.7046"
}
},
"runtime" : {
"requires" : {
"B" : "0",
"Const::Fast" : "0",
"Exporter" : "0",
"File::chdir" : "0",
"File::Temp" : "0",
"Getopt::Long" : "0",
"Importer" : "0",
"PadWalker" : "0",
"Path::Tiny" : "0.144",
"Scalar::Readonly" : "0",
"Term::ANSIColor" : "0",
"Test::Builder" : "0",
"Test2::API" : "0",
"Test2::Tools::Basic" : "0",
"Test2::Tools::Explain" : "0",
"Test2::Tools::Subtest" : "0",
"Test2::V0" : "0",
"perl" : "5.008009"
}
},
"test" : {
"requires" : {
"FindBin" : "0",
"Test::Simple" : "0"
}
}
},
"provides" : {
"Test::Expander" : {
"file" : "lib/Test/Expander.pm",
"version" : "2.5.1"
},
"Test::Expander::Constants" : {
"file" : "lib/Test/Expander/Constants.pm",
"version" : "2.5.1"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/jsf116/Test-Expander/issues"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/jsf116/Test-Expander.git",
"web" : "https://github.com/jsf116/Test-Expander"
}
},
"version" : "2.5.1"
}