forked from hdp/Git-Wrapper
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathdist.ini
63 lines (54 loc) · 1.39 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
name = Git-Wrapper
author = Hans Dieter Pearcey <[email protected]>
author = Chris Prather <[email protected]>
author = John SJ Anderson <[email protected]>
license = Perl_5
copyright_holder = Hans Dieter Pearcey
copyright_year = 2014
[GatherDir]
exclude_match = ^release.*
exclude_filename = INSTALL
[@Filter]
-bundle = @Basic
-remove = GatherDir
-remove = Readme
-remove = MakeMaker ; see =inc::CheckGitConfig
[=inc::CheckGitConfig] ; MakeMaker plus another git check
[Git::NextVersion]
first_version = 0.018
[CheckBin]
command = git ; TODO: really should be able to run 'git config' for us
[AutoPrereqs]
[Prereqs / TestRequires]
Sort::Versions = 0
File::Temp = 0
[Prereqs / TestRecommends]
Path::Class = 0.26
[Prereqs / DevelopRequires]
Dist::Zilla::Plugin::MakeMaker::Awesome = 0
; authordep Dist::Zilla::Plugin::MakeMaker::Awesome
[GithubMeta]
homepage = http://genehack.github.com/Git-Wrapper/
user = genehack
issues = 1
[InstallGuide]
[MetaConfig]
[MetaJSON]
[NextRelease]
[PkgVersion]
[PodSyntaxTests]
[PodCoverageTests]
[PodWeaver]
[CopyFilesFromBuild]
copy = INSTALL
[Run::BeforeBuild]
run = rm -f Makefile.PL
[Run::AfterBuild]
run = cp %d/Makefile.PL ./
run = git status --porcelain | grep "M Makefile.PL" && git commit -m "auto-committed by dist.ini" Makefile.PL || echo Makefile.PL up to date
[Run::Release]
run = mv %a ./releases/
[Git::Commit]
add_files_in = releases/
[Git::Tag]
[Twitter]