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