-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA.json
More file actions
51 lines (51 loc) · 1.22 KB
/
META.json
File metadata and controls
51 lines (51 loc) · 1.22 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
{
"abstract" : "Ensures a CPAN distribution has consistent versioning.",
"author" : [
"Glenn Fowler <cebjyre@cpan.org>"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4231",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Test-ConsistentVersion",
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build" : "0.42"
}
},
"runtime" : {
"recommends" : {
"Test::Pod::Content" : "0"
},
"requires" : {
"Test::Builder" : "0.94",
"autodie" : "0",
"perl" : "5.006",
"version" : "0"
}
}
},
"provides" : {
"Test::ConsistentVersion" : {
"file" : "lib/Test/ConsistentVersion.pm",
"version" : "v0.3.1"
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "https://github.com/cebjyre/Test-ConsistentVersion"
}
},
"version" : "v0.3.1",
"x_serialization_backend" : "JSON::PP version 4.06"
}