-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdist.ini
More file actions
69 lines (52 loc) · 1.2 KB
/
dist.ini
File metadata and controls
69 lines (52 loc) · 1.2 KB
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
65
66
67
68
69
name = Config-Model-TkUI
author = Dominique Dumont
license = LGPL_2_1
copyright_holder = Dominique Dumont
copyright_year = 2008-2021
[MetaResources]
homepage = https://github.com/dod38fr/config-model/wiki
bugtracker.mailto = ddumont at cpan.org
bugtracker.web = https://github.com/dod38fr/config-model-tk-ui/issues
repository.url = git://github.com/dod38fr/config-model-tk-ui.git
repository.web = https://github.com/dod38fr/config-model-tk-ui
repository.type = git
[Prereqs]
perl = v5.20
[NextRelease]
format = %v%T %{yyyy-MM-dd}d
; use 'V=2.234 dzil release' to override version number
[Git::NextVersion]
[Git::Check]
allow_dirty = dist.ini
allow_dirty = Changes
[Git::Commit]
[Git::Tag]
signed = 1
[Git::Push]
[MetaJSON]
[AutoPrereqs]
skip = ^[a-z\d]+$
skip = ExtUtils::testlib
skip = Exporter
; -- only a recommend to help debug
skip = Tk::ObjScanner
[GatherDir]
exclude_match = ^wr_root/
[@Filter]
bundle = @Basic
remove = MakeMaker
remove = PodCoverageTests
remove = PodVersion
remove = Readme
remove = GatherDir
[PkgVersion]
use_package = 1
[Test::Perl::Critic]
[ModuleBuild::Custom]
mb_version = 0.34
[Prepender]
copyright=1
skip=\.png$
[Run::Clean]
run = rm -rf wr_root
[Signature]