forked from gwenshap/DBD-Oracle
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathdist.ini
122 lines (96 loc) · 1.97 KB
/
dist.ini
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
115
116
117
118
119
120
121
122
name = DBD-Oracle
author = Tim Bunce <timb@cpan.org>
author = John Scoles <byterock@cpan.org>
author = Yanick Champoux <yanick@cpan.org>
author = Martin J. Evans <mjevans@cpan.org>
license = Perl_5
copyright_holder = Tim Bunce
copyright_year = 1994
main_module = lib/DBD/Oracle.pm
version = 1.90
; Generate files
;[TemplateCJM]
;file = CONTRIBUTING.mkd
[MakeMaker::Custom]
[Git::Contributors]
[ContributorsFile]
[InstallGuide]
[MetaResources]
homepage = https://metacpan.org/pod/DBD::Oracle
bugtracker.web = https://github.com/perl5-dbi/DBD-Oracle/issues
repository.url = https://github.com/perl5-dbi/DBD-Oracle.git
repository.web = https://github.com/perl5-dbi/DBD-Oracle
repository.type = git
[MetaJSON]
[PodWeaver]
[License]
[NextRelease]
time_zone = UTC
format = %-9v %{yyyy-MM-dd}d
[MetaProvides::Package]
[MatchManifest]
[ManifestSkip]
[Git::GatherDir]
exclude_filename = cpanfile
exclude_filename = dist.ini
exclude_match = ^maint/
[CopyFilesFromBuild]
copy = cpanfile
[ExecDir]
[OurPkgVersion]
[AutoPrereqs]
[CheckChangesHasContent]
[PreviousVersion::Changelog]
; Release Stuff
[ConfirmRelease]
[Git::Check]
[Git::Commit]
[Git::Tag]
tag_format = v%v
branch = releases
[UploadToCPAN]
[InstallRelease]
install_command = cpanm .
; Tests
[RunExtraTests]
[MetaTests]
[Test::Compile]
[Test::Kwalitee]
[Test::EOF]
[Test::EOL]
[Test::NoBreakpoints]
[Test::NoTabs]
[Test::Portability]
[Test::ReportPrereqs]
[Test::UnusedVars]
[TestRelease]
[PodCoverageTests]
[PodSyntaxTests]
[CPANFile]
[CopyrightYearFromGit]
[PruneCruft]
[MinimumPerl]
[Prereqs]
Data::Dumper = 0
DBI = 1.623
DynaLoader = 0
Exporter = 0
[Prereqs / ConfigureRequires]
DBI = 1.623
[Prereqs / DevelopRequires]
DBI = 1.623
Test::NoWarnings = 0
[Prereqs / BuildRequires]
Config = 0
DBI = 1.623
[Prereqs / TestRequires]
warnings = 0
strict = 0
DBI = 1.623
Devel::Peek = 0
Encode = 0
Math::BigInt = 0
Test::More = 0
Test::NoWarnings = 0
[HelpWanted]
positions = coder documentation tester