summaryrefslogtreecommitdiff
path: root/dist.ini
blob: caee8dd29186fa7a74b9560a93d4a72d2e7766b0 (plain)
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
name    = bareword-filehandles
author  = Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
license = Perl_5
copyright_holder = Dagfinn Ilmari Mannsåker
copyright_year   = 2011 - 2016

[@Git]
allow_dirty =

[Git::NextVersion]
[Git::Contributors]
[Git::GatherDir]
; we maintain a Makefile.PL in the repository to be able to work without dzil,
; but for the distribution we let dzil generate a Makefile.PL with the proper
; dependencies and such
exclude_filename = Makefile.PL

[PodWeaver]

[PPPort]
; authordep Devel::PPPort = 3.3202
version = 3.3202

[DynamicPrereqs]
-raw_from_file = Makefile.depends

[DynamicPrereqs/LSRH]
-condition = "$]" < 5.012
-body = requires('Lexical::SealRequireHints', 0.005)

[@Starter]
-remove = GatherDir

[Prereqs / BuildRequires]
Test::More = 0.88

[Prereqs / ConfigureRequires]
ExtUtils::Depends = 0
B::Hooks::OP::Check = 0

[CheckChangesHasContent]
[PkgVersion]
[AutoPrereqs]
[PodCoverageTests]
[NextRelease]
[GithubMeta]

; Commit and push updated Changes from NextRelease
[Git::Commit]
[Git::Push]