-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathdist.ini
More file actions
105 lines (87 loc) · 2.13 KB
/
dist.ini
File metadata and controls
105 lines (87 loc) · 2.13 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
;
; Dist::Zilla configuration
;
name = Octopussy
version = 1.0.14
author = Sebastien Thebert <octopussy@onetool.pm>
license = GPL_3
copyright_holder = Sebastien Thebert
[Encoding]
filename = usr/share/octopussy/open-flash-chart.swf
match = ^usr/share/aat/IMG/
match = ^usr/share/aat/THEMES/DEFAULT/EXTRAS/
match = ^usr/share/octopussy/CSS/smoothness/images/
match = ^usr/share/octopussy/HELP/IMG/
match = ^usr/share/octopussy/IMG/
encoding = bytes
[GatherDir]
; Adds META.YML file
[MetaYAML]
[MetaJSON]
[MetaTests]
[CPANFile]
[PruneCruft]
except = ^\.travis.yml
[MakeMaker]
[Manifest]
[Prereqs / TestRequires]
Test::More = 0
Test::Output = 0
[Prereqs]
Apache::ASP = 0
App::Info = 0
Authen::SASL = 0
Cache::Cache = 0
Crypt::PasswdMD5 = 0
Data::GUID = 0
Date::Manip = 0
DateTime::Format::Strptime = 0
;DBD::mysql = 0
DBI = 0
Email::MIME = 0
Email::Sender = 0
JSON = 0
Linux::Inotify2 = 0
List::MoreUtils = 0
Locale::Maketext::Lexicon = 0
Locale::Maketext::Simple = 0
LWP = 0
Net::FTP = 0
Net::LDAP = 0
Net::SCP = 0
Net::Telnet = 0
Net::XMPP = 0
Path::Tiny = 0
Proc::PID::File = 0
Proc::ProcessTable = 0
Readonly = 0
Regexp::Assemble = 0
Sys::CPU = 0
Term::ProgressBar = 0
Unix::Syslog = 0
URI = 0
version = 0
XML::Simple = 0
; Adds LICENSE file
;[License]
; Adds README file with distribution name, version, abstract & license
[Readme]
[ExtraTests]
; Launches Perl Tidy
[PerlTidy]
perltidyrc = xt/release/perltidy.rc
; Launches Perl Critic
[Test::Perl::Critic]
critic_config = xt/release/perlcritic.rc
; Generates xt/release/pod-coverage.t file
[PodCoverageTests]
; Checks POD syntax
[PodSyntaxTests]
[Test::Kwalitee]
;[Test::EOL]
; disabled for 'Global symbol "@filenames" requires explicit package name at t/author-eol.t line 24' issue
[Test::Portability]
; disable test_one_dot for jquery filenames
; and test_vms_length (too restrictive length)
options = test_one_dot = 0, test_vms_length = 0
[Test::UnusedVars]