-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
67 lines (48 loc) · 1.34 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
name = Spreadsheet-Edit
author = Jim Avera
license = CC0_1_0
copyright_holder = Jim Avera
[GithubMeta]
issues = 1
[@Git]
; includes [MakeMaker], requires by OSPrereqs
[@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 --backup-dir=/tmp -av -u ../jima_shared/t/ ./t/) "
eval = }
[PruneFiles]
filename = README.jima
[Git::NextVersion]
version_by_branch = 0
[Git::Push]
push_to = origin
remotes_must_exist = 1
; Insert our $VERSION = "..." before # VERSION comments
[OurPkgVersion]
; Insert our $DATE = "..." before # DATE comments
[OurDate]
date_format=%Y-%m-%d
; This just makes all cpantesters builds fail; the tests in t/
; generate data directly and don't need ssconvert, so I want
; all those builds to succeed.
; [RequiresExternal]
; requires = ssconvert
; See ...::IO::_get_username
[OSPrereqs / MSWin32]
Win32API::Net = 0
; Prevent AutoPrereqs from looking at binary files
; https://metacpan.org/pod/Dist::Zilla::Plugin::AutoPrereqs
[Encoding]
encoding = bytes
match = ^tlib/
[AutoPrereqs]
skip = ^Win32API::
[Prereqs]
Data::Dumper::Interp = 5.025
Carp::Always = 0
[CheckPrereqsIndexed]
[PodSyntaxTests]
; https://metacpan.org/pod/Dist::Zilla::Plugin::PodCoverageTests
[PodCoverageTests]