-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdist.ini
More file actions
114 lines (89 loc) · 2.07 KB
/
dist.ini
File metadata and controls
114 lines (89 loc) · 2.07 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
name = Spreadsheet-XLSX-Reader-LibXML
author = Jed Lund <jandrew@cpan.org>
license = Perl_5
copyright_holder = Jed Lund
copyright_year = 2015
[Authority]
authority = cpan:JANDREW
[Deprecated]
[AutoPrereqs]
skip = ^Spreadsheet::XLSX::Reader::LibXML::UtilFunctions
skip = ^Moose::Util
skip = ^Spreadsheet::XLSX::Reader::LibXML::LogSpace
[Prereqs / ConfigureRecomends]
-phase = configure
-relationship = requires
Alien::LibXML = 0.003
[Prereqs / TestRecomends]
-phase = test
-relationship = requires
perl = 5.010
Archive::Zip = 0
Carp = 0
Clone = 0
DateTime::Format::Flexible = 0
DateTimeX::Format::Excel = 0.012
ExtUtils::MakeMaker = 7.04
IO::File = 0
List::Util = 1.33
Moose = 2.1213
Moose::Role = 0
MooseX::HasDefaults::RO = 0
MooseX::ShortCut::BuildInstance = 1.032
MooseX::StrictConstructor = 0
Type::Tiny = 1.000
XML::LibXML = 0
XML::LibXML::Reader = 0
Text::Diff = 0
Sub::Exporter::ForMethods = 0.100052
version = 0.77
[MetaProvides::Class]
[MetaProvides::Package]
[MetaResourcesFromGit]
homepage = https:%a/%r
bugtracker.web = https:%a/%r/issues
repository.url = https:%a/%r.git
repository.web = https:%a/%r
repository.type = git
;[ContributorsFromGit]
[MetaYAML]
[MetaJSON]
[License]
[ManifestSkip]
[Encoding]
encoding = bytes
match = .*\.xls
match = .*\.bin$
match = t/07-test_se_data.t
[GatherDir]
exclude_filename = Makefile.PL
exclude_filename = LICENSE
exclude_filename = MANIFEST
exclude_filename = META.json
exclude_filename = META.yml
exclude_directory = Supporting_Documentation
;include_dotfiles = 1
[VersionFromModule]
;[PodWeaver]
;[%PodWeaver]
;Contributors.head = 2
;[ContributorsFile]
;filename = CONTRIBUTORS
[ReadmeAnyFromPod]
type = pod
[NextRelease]
[MakeMaker::Awesome]
eumm_version = 7.04
;header = use Alien::LibXML 0.003;
;WriteMakefile_arg = LIBS => Alien::LibXML->libs
;WriteMakefile_arg = CCFLAGS => Alien::LibXML->cflags
;WriteMakefile_arg = BUILD_REQUIRES => { "Alien::LibXML" => "0.003" }
[Manifest]
[CopyFilesFromBuild]
copy = README.pod
copy = Makefile.PL
copy = META.yml
copy = META.json
copy = MANIFEST
copy = LICENSE
;copy = CONTRIBUTORS