-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
51 lines (35 loc) · 905 Bytes
/
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
name = Data-Dumper-Interp
author = Jim Avera
license = CC0_1_0
copyright_holder = Jim Avera
[GithubMeta]
issues = 1
[MetaProvides::Package]
[MetaJSON]
[@Git]
[@Basic]
[InstallGuide]
[Run::BeforeBuild]
eval = if ($^O ne "MSWin32") {
eval = system "echo 'b7f3fee5d3ca29aac22c7d0612fb62e1 ../jima_shared/SIGNATURE'|md5sum -c --status 2>/dev/null && (set -x; rsync -a ../jima_shared/t/ ./t/) "
eval = }
[PruneFiles]
filename = README.jima
[Git::NextVersion]
version_by_branch = 1
[Git::Push]
push_to = origin
remotes_must_exist = 1
; add $pkg::VERSION = '1.234'; to perl files
; except for packages declared with newline after the "package"
;[PkgVersion]
[OurPkgVersion]
[OurDate]
date_format=%Y-%m-%d
[AutoPrereqs]
[Prereqs]
; bigrat 0.65 may be necessary per https://rt.cpan.org/Ticket/Display.html?id=145960
bigrat = 0.65
[CheckPrereqsIndexed]
[PodSyntaxTests]
[PodCoverageTests]