-
Notifications
You must be signed in to change notification settings - Fork 2
/
dist.ini
52 lines (41 loc) · 898 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
name = PDF-API2-XS
author = Rob Scovell <[email protected]>
license = LGPL_2_1
copyright_holder = Steve Simms
[MetaResources]
repository.url = git://github.com/ssimms/pdfapi2xs.git
repository.web = https://github.com/ssimms/pdfapi2xs
repository.type = git
[NextRelease]
format = %-9v %{yyyy-MM-dd}d
[Prereqs]
perl = v5.10.0
[Prereqs / TestRequires]
PDF::API2 = 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
[MakeMaker::Awesome]
WriteMakefile_arg = CCFLAGS => '-Wall -std=c99 -Doff64_t=__off64_t'
WriteMakefile_arg = XSMULTI => 1
[MetaYAML]
[MetaJSON]
[License]
[Readme]
[ExtraTests]
[Manifest]
[OurPkgVersion]
[PodSyntaxTests]
[Test::Perl::Critic]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
[Git::Push]