-
Notifications
You must be signed in to change notification settings - Fork 8
/
dist.ini
64 lines (50 loc) · 1.13 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 = Guacamole
author = Sawyer X
author = Vickenty Fesunov
license = MIT
copyright_holder = Sawyer X
copyright_year = 2022
main_module = lib/Guacamole.pm
version = 0.008
[NextRelease]
filename = Changes
[TestRelease]
[ConfirmRelease]
[@Git]
allow_dirty = Changes
allow_dirty = dist.ini
allow_dirty = README.mkdn
add_files_in = Changes
add_files_in = dist.ini
add_files_in = README.mkdn
[@Basic]
[PkgVersion]
[Authority]
[Test::NoTabs]
[PodSyntaxTests]
[Test::ReportPrereqs]
[PodWeaver]
[MetaProvides::Package]
[MetaJSON]
; -- static meta-information
[MetaResources]
repository.url = git://github.com/xsawyerx/guacamole.git
repository.web = https://github.com/xsawyerx/guacamole
repository.type = git
[PruneFiles]
match = ~$ ; emacs backup files
match = tools/
match = dist.ini
;[PodCoverageTests]
;[Test::EOL]
[Prereqs::FromCPANfile]
; PerlTidy interferes with share/skel
;[PerlTidy]
;perltidyrc = xt/perltidy.rc
; maybe too late for perlcritic ;)
;[Test::Perl::Critic]
#critic_config = xt/perlcritic.rc
; also needs a PR for this one to be possible
; [Test::UnusedVars]
[ ReadmeAnyFromPod / MarkdownInRoot ]
filename = README.mkdn