-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathdist.ini
42 lines (37 loc) · 1.19 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
; The name of the 'dist' (the base name of the release tarball)
name = Cucumber-Messages
; A short description of the content of the dist
abstract = A library for (de)serializing Cucumber protocol messages
; The main module presents the primary page shown on MetaCPAN.org for the dist
main_module = lib/Cucumber/Messages.pm
; A list of authors, one author per 'author=' row
author = Erik Huelsmann <[email protected]>
author = Cucumber Ltd
license = MIT
is_trial = 0
copyright_holder = Erik Huelsmann, Cucumber Ltd
[MetaResources]
bugtracker.web = https://github.com/cucumber/messages/issues
repository.url = https://github.com/cucumber/messages.git
repository.web = https://github.com/cucumber/messages
repository.type = git
[@Filter]
-bundle=@Basic
-remove=Readme
-remove=ConfirmRelease
-remove=License
-remove=GatherDir
[MetaJSON]
[MetaProvides::Package]
[PkgVersion]
[Prereqs::FromCPANfile]
[Git::GatherDir]
exclude_filename=default.mk
exclude_filename=Makefile
exclude_filename=VERSION
[GatherFile]
; explicitly add unversioned files
root=../
filename=CHANGELOG.md
[Hook::VersionProvider]
. = my $v = `cat ./VERSION`; chomp( $v ); $v;