-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdist.ini
67 lines (55 loc) · 1.09 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
; dist.ini for playground project
name = playground
version = 0.001
author = Nobody <[email protected]>
license = Perl_5
copyright_holder = Nobody
copyright_year = 2025
; Core bundles
[@Basic]
; Prereq scanning
[AutoPrereqs]
; Version enforcement for dependencies
[Prereqs]
perl = 5.022
Path::Tiny = 0.108
Scalar::Util = 1.55
common::sense = 3.75
LWP::UserAgent = 6.49
JSON::PP = 4.05
Data::Dumper = 2.173
Getopt::WonderBra = 0
Test::MockObject = 0
; Module build
[ModuleBuild]
; Test configuration
[TestRelease]
[ConfirmRelease]
; Make POD
[PodWeaver]
; Static analysis
[Test::Perl::Critic]
critic_config = t/.perlcriticrc
; Run tests
[RunExtraTests]
; Cleanup
[PruneFiles]
match = ~$
match = ^dist\.ini$
match = ^weaver\.ini$
match = \.bak$
; Git integration
[Git::Check]
[Git::Commit]
[Git::Tag]
[Git::Push]
; Project metadata
[MetaResources]
repository.url = https://github.com/PopeNobody/playground
repository.web = https://github.com/PopeNobody/playground
repository.type = git
; Optional - ReadmeAnyFromPod
[ReadmeAnyFromPod]
type = markdown
filename = README.md
location = root