-
Notifications
You must be signed in to change notification settings - Fork 274
/
dist.ini
79 lines (62 loc) · 1.61 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name = Dancer2
author = Dancer Core Developers
license = Perl_5
copyright_holder = Alexis Sukrieh
copyright_year = 2024
main_module = lib/Dancer2.pm
version = 1.1.1
[NextRelease]
filename = Changes
[TestRelease]
[ConfirmRelease]
[@Git]
allow_dirty = Changes
allow_dirty = dist.ini
allow_dirty = README.md
add_files_in = Changes
add_files_in = dist.ini
add_files_in = README.md
[@Filter]
-bundle = @Dancer
; Required version of the bundle
:version = 0.0007
-remove = AutoPrereqs
-remove = GithubMeta
-remove = ModuleBuild
-remove = License
[DynamicPrereqs]
; GH#1332 if old HTTP::XSCookies is installed we need to upgrade
-condition = has_module('HTTP::XSCookies')
-body = requires('HTTP::XSCookies', '0.000007')
; -- static meta-information
[MetaResources]
homepage = http://perldancer.org/
bugtracker.web = https://github.com/PerlDancer/Dancer2/issues
repository.url = git://github.com/PerlDancer/Dancer2.git
repository.web = https://github.com/PerlDancer/Dancer2
repository.type = git
x_IRC = irc://irc.perl.org/#dancer
x_WebIRC = https://chat.mibbit.com/#dancer@irc.perl.org
[PruneFiles]
match = ~$ ; emacs backup files
match = tools/
match = t/sessions/
match = dist.ini
;[PodCoverageTests]
;[Test::EOL]
[Prereqs::FromCPANfile]
[ExecDir]
dir = script
[ShareDir]
dir = share
; 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]
[Encoding]
encoding = bytes
match = \.(png|ico|jpg)$ ; these are all binary files