]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - README
Version 0.010
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / README
1 NAME
2
3 Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for
4 distributions built by CCM
5
6 VERSION
7
8 version 0.010
9
10 SYNOPSIS
11
12 # In your dist.ini file:
13 [@Author::CCM]
14
15 DESCRIPTION
16
17 You probably don't want to use this.
18
19 ; VERSION
20 [Git::NextVersion]
21
22 ; GATHER
23 [Git::GatherDir]
24 exclude_filename = LICENSE
25 exclude_filename = README.md
26 [PruneCruft]
27 [PruneFiles]
28 filename = dist.ini
29
30 [CopyFilesFromBuild]
31 copy = LICENSE
32 [ExecDir]
33
34 ; PREREQS
35 [AutoPrereqs]
36 [Prereqs::FromCPANfile] ; if a cpanfile exists in root
37 [Prereqs::AuthorDeps]
38
39 ; TESTS
40 [MetaTests]
41 [Test::CPAN::Changes]
42 [PodCoverageTests]
43 [PodSyntaxTests]
44 [Test::Pod::No404s]
45 [Test::Compile]
46 [Test::MinimumVersion]
47 max_target_perl = 5.10.1
48 [Test::EOL]
49 [Test::NoTabs]
50 [Test::Perl::Critic]
51 [Test::Portability]
52 [Test::CleanNamespaces]
53 [Test::ReportPrereqs]
54
55 ; METADATA
56 [Authority]
57 do_munging = 0
58 [MetaJSON]
59 [MetaYAML]
60 [MetaNoIndex]
61 directory = eg
62 directory = share
63 directory = shares
64 directory = t
65 directory = xt
66 [MetaProvides::Package]
67 [Keywords]
68 [Git::Contributors]
69 order_by = commits
70 [GithubMeta]
71 issues = 1
72
73 ; MUNGE
74 [PodWeaver]
75 config_plugin = @Author::CCM
76 [OverridePkgVersion]
77
78 ; GENERATE FILES
79 [License]
80 [ReadmeAnyFromPod]
81 filename = README.md
82 locaton = root
83 type = markdown
84 phase = release
85 [ReadmeAnyFromPod]
86 filename = README
87 location = build
88 type = text
89 [Manifest]
90 [ManifestSkip]
91
92 [MakeMaker] ; override with the "installer" attribute
93
94 ; RELEASE
95 [NextRelease]
96 [CheckChangesHasContent]
97 [Git::Check]
98 [RunExtraTests]
99 [TestRelease]
100 [ConfirmRelease]
101 [UploadToCPAN] ; disable with the "no_upload" attribute
102 [Git::Commit]
103 commit_msg = Release %N %v%t%n%n%c
104 [Git::CommitBuild]
105 branch =
106 release_branch = dist
107 release_message = Version %v%t
108 [Git::Tag]
109 tag_message = Version %v%t%n%n%c
110 [Git::Push]
111 push_to = origin master +master:refs/heads/release +dist
112 remotes_must_exist = 0
113
114 ATTRIBUTES
115
116 max_target_perl
117
118 Specify the minimum perl version. Defaults to 5.10.1.
119
120 no_index
121
122 Set directories to not index.
123
124 Default:
125
126 authority
127
128 Specify the release authority. Defaults to cpan:CCM.
129
130 installer
131
132 Specify which installer to use, such as:
133
134 * MakeMaker (default)
135
136 * MakeMaker::Custom
137
138 airplane
139
140 Disable plugins that use the network, and prevent releasing.
141
142 no_upload
143
144 Do not upload to CPAN or git push.
145
146 METHODS
147
148 configure
149
150 Required by Dist::Zilla::Role::PluginBundle::Easy.
151
152 SEE ALSO
153
154 * Dist::Zilla
155
156 * Dist::Zilla::PluginBundle::Author::ETHER
157
158 BUGS
159
160 Please report any bugs or feature requests on the bugtracker website
161 https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM/issues
162
163 When submitting a bug or request, please include a test-file or a patch
164 to an existing test-file that illustrates the bug or desired feature.
165
166 AUTHOR
167
168 Charles McGarvey <ccm@cpan.org>
169
170 COPYRIGHT AND LICENSE
171
172 This software is copyright (c) 2016 by Charles McGarvey.
173
174 This is free software; you can redistribute it and/or modify it under
175 the same terms as the Perl 5 programming language system itself.
176
This page took 0.042369 seconds and 4 git commands to generate.