]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - README
Version 0.009
[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.009
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 authority
121
122 Specify the release authority. Defaults to cpan:CCM.
123
124 installer
125
126 Specify which installer to use, such as:
127
128 * MakeMaker (default)
129
130 * MakeMaker::Custom
131
132 airplane
133
134 Disable plugins that use the network, and prevent releasing.
135
136 no_upload
137
138 Do not upload to CPAN or git push.
139
140 METHODS
141
142 configure
143
144 Required by Dist::Zilla::Role::PluginBundle::Easy.
145
146 SEE ALSO
147
148 * Dist::Zilla
149
150 * Dist::Zilla::PluginBundle::Author::ETHER
151
152 BUGS
153
154 Please report any bugs or feature requests on the bugtracker website
155 https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM/issues
156
157 When submitting a bug or request, please include a test-file or a patch
158 to an existing test-file that illustrates the bug or desired feature.
159
160 AUTHOR
161
162 Charles McGarvey <chazmcgarvey@brokenzipper.com>
163
164 COPYRIGHT AND LICENSE
165
166 This software is copyright (c) 2016 by Charles McGarvey.
167
168 This is free software; you can redistribute it and/or modify it under
169 the same terms as the Perl 5 programming language system itself.
170
This page took 0.045406 seconds and 4 git commands to generate.