-
Notifications
You must be signed in to change notification settings - Fork 0
/
dist.ini
105 lines (89 loc) · 2.16 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
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
name = Catalyst-Action-RenderView
copyright_year = 2006 - 2009
license = Perl_5
author = Marcus Ramberg <[email protected]>
author = Florian Ragwitz <[email protected]>
copyright_holder = Marcus Ramberg and Florian Ragwitz
;;; Gather
[Git::GatherDir]
exclude_filename = Makefile.PL
exclude_filename = META.json
exclude_filename = LICENSE
exclude_filename = README.md
[GatherFile]
filename = .perlcriticrc
;;; Metadata
[Git::Contributors]
[MetaProvides::Package]
[MetaResources]
bugtracker.url = https://github.com/perl-catalyst/Catalyst-Action-RenderView/issues
repository.url = https://github.com/perl-catalyst/Catalyst-Action-RenderView.git
repository.web = https://github.com/perl-catalyst/Catalyst-Action-RenderView
repository.type = git
[PrereqsFile]
[UseUnsafeInc]
dot_in_INC = 0
;;; Modification
[PodWeaver]
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Weaver::Plugin::StopWords
;;; Extra Files
[License]
[MetaJSON]
[MetaYAML]
[Manifest]
[Pod2Readme]
;;; Installer
[MakeMaker]
[StaticInstall]
mode = on
;;; Tests
[MetaTests]
[MojibakeTests]
[PodSyntaxTests]
[Test::CPAN::Changes]
:version = 0.013
filename = xt/author/cpan-changes.t
[Test::ChangesHasContent]
[Test::Compile]
[Test::EOL]
[Test::Kwalitee]
filename = xt/author/kwalitee.t
[Test::MinimumVersion]
[Test::NoTabs]
[Test::Perl::Critic]
:version = 3.002
profile = .perlcriticrc
verbose = 8
[Test::Pod::Coverage::TrustMe]
[Test::PodSpelling]
[Test::Portability]
options = test_one_dot = 0
[Test::ReportPrereqs]
[Test::Version]
;;; Repo files
[CopyFilesFromRelease]
filename = Makefile.PL
filename = META.json
filename = LICENSE
[ReadmeAnyFromPod / ReadmeGFMInRoot]
phase = release
[Regenerate::AfterReleasers]
plugin = CopyFilesFromRelease
plugin = ReadmeGFMInRoot
;;; Release
[TestRelease]
[RunExtraTests]
[ConfirmRelease]
[UploadToCPAN]
[Git::Check]
[Git::Remote::Check]
branch = master
[@Git::VersionManager]
-remove = Prereqs
commit_files_after_release = Makefile.PL
commit_files_after_release = META.json
commit_files_after_release = LICENSE
commit_files_after_release = README.md
NextRelease.format = %-6v %{yyyy-MM-dd}d%{ (TRIAL RELEASE)}T
[Git::Push]