-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
dist.ini
46 lines (40 loc) · 1.08 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
name = App-perlimports
author = Olaf Alders <olaf@wundercounter.com>
license = Perl_5
copyright_holder = Olaf Alders
copyright_year = 2020
main_module = lib/App/perlimports.pm
[@Author::OALDERS]
MetaNoIndex.directory[] = test-data
StaticInstall.mode = on
StaticInstall.dry_run = 0
Test::Pod::Coverage::Configurable.also_private = qr/(BUILD|BUILDARGS)/
Test::Pod::Coverage::Configurable.trustme = App::perlimports::Role::Logger => qr/.*/
-remove = Test::Synopsis
-remove = Test::TidyAll
[PruneFiles]
match = ^author/
match = ^inc/
[GitHubREADME::Badge]
badges = github_actions/dzil-build-and-test.yml
badges = codecov
badges = cpants
badges = github_tag
badges = license
place = top
phase = build
[Prereqs / RuntimeRequires]
Class::Inspector = 1.36
File::XDG = 1.01
Log::Dispatch = 2.70
perl = 5.18.0
Perl::Tidy = 20220613
PPI = 1.276
Symbol::Get = 0.10
TOML::Tiny = 0.16
; Mostly needed for files in ./test-data
[Prereqs / TestRequires]
Test::RequiresInternet = 0
Test::Script = 1.29
[Prereqs / DevelopRequires]
Perl::Critic::Policy::ValuesAndExpressions::ProhibitAccessOfPrivateData = v1.0.0