summaryrefslogtreecommitdiffstats
path: root/dist.ini
blob: 5503c4cf18d5dc06cece3f9347b4ddb1d687f270 (plain) (blame)
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
name = Parse-Keyword
author = Jesse Luehrs <doy@tozt.net>
license = MIT
copyright_holder = Jesse Luehrs

[@DOY]
:version = 0.11
dist = Parse-Keyword
repository = github
bugtracker_web = https://github.com/doy/parse-keyword/issues
bugtracker_mailto =
awesome = =inc::MakeMaker

[AutoPrereqs]
skip = ^Error.*$
skip = ^My::Parser$
skip = ^(?:Try|Fun)$
skip = ^perl$
skip = ^Sub::Name$
skip = ^Try::Tiny$
skip = ^Exporter::Lexical$
[Prereqs]
perl = 5.014
[Prereqs / ConfigureRequires]
Devel::CallParser = 0
[Prereqs / DevelopRequires]
Sub::Name = 0
Try::Tiny = 0

; 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
[PruneFiles]
filenames = Makefile.PL

[ContributorsFromGit]