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

[@DOY]
:version = 0.14
dist = Parse-Keyword
repository = github
awesome = =inc::MakeMaker

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

[PruneFiles]
filenames = Makefile.PL
filenames = callparser1.h

[ContributorsFromGit]