forked from iarna/App-Every
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
64 lines (48 loc) · 1.11 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = App-Every
version = 0.1.0
author = Rebecca Turner <[email protected]>
license = Perl_5
copyright_holder = Rebecca Turner
copyright_year = 2012
[MetaResources]
bugtracker.web = https://github.com/iarna/App-Every/issues
[@Git]
tag_format = v%v
tag_message = v%v
[Git::GatherDir]
exclude_filename = dist.ini
exclude_filename = weaver.ini
exclude_filename = README.pod
exclude_filename = build_fatpack.sh
exclude_filename = packed/
[@Filter]
-bundle = @Basic
-remove = GatherDir
[Run::AfterBuild]
run = sh build_fatpack.sh
[Run::BeforeRelease]
run = git add packed/every
run = git commit -m"Packed binary for release"
[Run::AfterRelease]
run = perldoc -d README.pod -o pod `ls -d App-Every-*/|sort -r|head -1`/bin/every
run = git add ChangeLog README.pod
run = git commit -m"ChangeLog from new release"
run = git push
[Prereqs]
Digest::MD5 = 0
[GitHub::Update]
metacpan = 1
[PkgVersion]
[NextRelease]
filename=ChangeLog
format=%-9v %{yyyy-MM-dd}d
time_zone=UTC
[GithubMeta]
;[PodWeaver]
[InstallGuide]
[Signature]
[NoTabsTests]
[CheckChangeLog]
[Test::MinimumVersion]
[Test::Portability]
[Test::Synopsis]