-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathdist.ini
45 lines (39 loc) · 1.06 KB
/
dist.ini
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
name = Gherkin
abstract = A parser and compiler for the Gherkin language
main_module = lib/Gherkin.pm
author = Erik Huelsmann <[email protected]>
author = Peter Sergeant <[email protected]>
author = Cucumber Ltd
author = Gaspar Nagy
license = MIT
is_trial = 0
copyright_holder = Erik Huelsmann, Peter Sergeant, Cucumber Ltd, Gaspar Nagy
[MetaResources]
bugtracker.web = https://github.com/cucumber/cucumber/issues
repository.url = https://github.com/cucumber/gherkin.git
repository.web = https://github.com/cucumber/gherkin
repository.type = git
[@Filter]
-bundle=@Basic
-remove=Readme
-remove=ConfirmRelease
-remove=License
-remove=GatherDir
-remove=MakeMaker
[MakeMaker]
eumm_version = 7.1101
[MetaJSON]
[MetaProvides::Package]
[PkgVersion]
[Prereqs::FromCPANfile]
[Git::GatherDir]
exclude_match=^helper-scripts/
exclude_filename=gherkin-perl.razor
exclude_filename=Makefile
exclude_filename=VERSION
[GatherFile]
; explicitly add unversioned files
root=../
filename=CHANGELOG.md
[Hook::VersionProvider]
. = my $v = `cat ./VERSION`; chomp( $v ); $v;