-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathdist.ini
56 lines (45 loc) · 945 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
52
53
54
55
56
name = PDF-API2
author = Steve Simms <[email protected]>
license = LGPL_2_1
copyright_holder = Steve Simms
[MetaResources]
bugtracker.web = https://github.com/ssimms/pdfapi2/issues
repository.url = git://github.com/ssimms/pdfapi2.git
repository.web = https://github.com/ssimms/pdfapi2
repository.type = git
[NextRelease]
format = %-9v %{yyyy-MM-dd}d
[Prereqs]
perl = v5.20.0
Compress::Zlib = 1.0
Font::TTF = 0
[Prereqs / TestRequires]
Test::Exception = 0
Test::Memory::Cycle = 0
[OSPrereqs / MSWin32]
Win32::TieRegistry = 0
[Git::Check]
[Git::Commit]
[Git::NextVersion]
version_regexp = ^([0-9]+\.[0-9]{3})$
[Git::Tag]
tag_format = %v
[Git::GatherDir]
include_dotfiles = 1
exclude_match = ^\.(?!perlcriticrc$)
[PruneCruft]
except = \.perlcriticrc
[MetaYAML]
[MetaJSON]
[License]
[Readme]
[ExtraTests]
[MakeMaker]
[Manifest]
[OurPkgVersion]
[PodSyntaxTests]
[Test::Perl::Critic]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[Git::Push]