-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA.json
More file actions
77 lines (76 loc) · 2.13 KB
/
META.json
File metadata and controls
77 lines (76 loc) · 2.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
{
"abstract" : "Microsofty conversion of Excel epochs",
"author" : [
"Jed Lund <jandrew@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.044, CPAN::Meta::Converter version 2.150005",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "DateTimeX-Format-Excel",
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "7.04"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"DateTime" : "0",
"List::Util" : "1.33",
"Module::Runtime" : "0.014",
"Moose" : "2.1213",
"MooseX::HasDefaults::RO" : "0",
"MooseX::StrictConstructor" : "0",
"Smart::Comments" : "0",
"Test::Exception" : "0.43",
"Type::Library" : "1.000",
"Type::Utils" : "0",
"Types::Standard" : "0",
"lib" : "0",
"perl" : "5.010",
"strict" : "0",
"version" : "0.77",
"warnings" : "0"
}
},
"test" : {
"requires" : {
"Capture::Tiny" : "0",
"Test::Moose" : "0",
"Test::More" : "0",
"Test::Most" : "0"
}
}
},
"provides" : {
"DateTimeX::Format::Excel" : {
"file" : "lib/DateTimeX/Format/Excel.pm",
"version" : "v0.14.0"
},
"DateTimeX::Format::Excel::Types" : {
"file" : "lib/DateTimeX/Format/Excel/Types.pm",
"version" : "v0.14.0"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/jandrew/DateTimeX-Format-Excel/issues"
},
"homepage" : "https://github.com/jandrew/DateTimeX-Format-Excel",
"repository" : {
"type" : "git",
"url" : "https://github.com/jandrew/DateTimeX-Format-Excel.git",
"web" : "https://github.com/jandrew/DateTimeX-Format-Excel"
}
},
"version" : "v0.14.0",
"x_authority" : "cpan:JANDREW"
}