1name    = Algorithm-Pair-Best2
2author  = Reid Augustin <reid@hellosix.com>
3license = Perl_5
4copyright_holder = Reid Augustin
5
6; update Changes log:
7[NextRelease]
8
9; get version from number of Git logs
10[VersionFromScript]
11script = git-logs2version.pl --major 2 --offset 25
12
13; replace # VERSION in module with our $VERSION = number in all files
14[OurPkgVersion]
15
16; run kwalitee tests
17;[KwaliteeTests]
18
19; find all prerequisites
20[AutoPrereqs]
21
22; run Basic bundle, but use README from this directory
23[@Filter]
24-bundle = @Basic
25-remove = Readme
26
27;find minimum version of perl that will work
28;[MinimumPerl]
29
30[PodWeaver]
31
32[Test::Perl::Critic]
33
34[TestRelease]
35