1name = PDF-Builder
2author = Phil Perry <no-reply@catskilltech.com>
3license = LGPL_2_1
4copyright_holder = Phil Perry
5
6[MetaResources]
7repository.url = git://github.com/PhilterPaper/pdfbuilder.git
8repository.web = https://github.com/PhilterPaper/pdfbuilder
9repository.type = git
10
11[NextRelease]
12format = %-9v %{yyyy-MM-dd}d
13
14[Prereqs]
15perl = v5.20.0
16Compress::Zlib = 1.0
17Font::TTF = 1.06
18
19[Prereqs / TestRequires]
20Test::Exception = 0
21Test::Memory::Cycle = 1.0
22
23#[OSPrereqs / MSWin32]
24#Win32::TieRegistry = 0
25#MacPerl = 0
26
27[Git::Check]
28[Git::Commit]
29
30[Git::NextVersion]
31version_regexp = ^([0-9]+\.[0-9]{3})$
32
33[Git::Tag]
34tag_format = %v
35
36[Git::GatherDir]
37include_dotfiles = 1
38exclude_match = ^\.(?!perlcriticrc$)
39
40[PruneCruft]
41except = \.perlcriticrc
42
43[MetaYAML]
44[MetaJSON]
45[License]
46[Readme]
47[ExtraTests]
48[MakeMaker]
49[Manifest]
50[OurPkgVersion]
51[PodSyntaxTests]
52[Test::Perl::Critic]
53[TestRelease]
54[ConfirmRelease]
55[UploadToCPAN]
56[Git::Push]
57