]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - README
Version 0.004
[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.004
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 [NextRelease]
22 [ReversionOnRelease]
23 prompt = 1
24
25 ; GATHER
26 [Git::GatherDir]
27 exclude_filename = LICENSE
28 exclude_filename = README.md
29 [PruneCruft]
30 [PruneFiles]
31 filename = dist.ini
32
33 [CopyFilesFromBuild]
34 copy = LICENSE
35 [ExecDir]
36
37 ; PREREQS
38 [AutoPrereqs]
39 [Prereqs::FromCPANfile] ; if a cpanfile exists in root
40 [Prereqs::AuthorDeps]
41
42 ; TESTS
43 [MetaTests]
44 [Test::CPAN::Changes]
45 [PodCoverageTests]
46 [PodSyntaxTests]
47 [Test::Pod::No404s]
48 [Test::Compile]
49 [Test::MinimumVersion]
50 max_target_perl = 5.10.1
51 [Test::EOL]
52 [Test::NoTabs]
53 [Test::Perl::Critic]
54 [Test::Portability]
55 [Test::CleanNamespaces]
56 [Test::ReportPrereqs]
57
58 ; METADATA
59 [Authority]
60 do_munging = 0
61 [MetaJSON]
62 [MetaYAML]
63 [MetaNoIndex]
64 directory = eg
65 directory = share
66 directory = shares
67 directory = t
68 directory = xt
69 [MetaProvides::Package]
70 [Keywords]
71 [Git::Contributors]
72 order_by = commits
73 [GithubMeta]
74 issues = 1
75
76 ; MUNGE
77 [PodWeaver]
78 config_plugin = @Author::CCM
79 [OverridePkgVersion]
80
81 ; GENERATE FILES
82 [License]
83 [ReadmeAnyFromPod]
84 filename = README.md
85 locaton = root
86 type = markdown
87 phase = release
88 [ReadmeAnyFromPod]
89 filename = README
90 location = build
91 type = text
92 [TravisYML]
93 build_branch = /^(dist|build\/.*)$/
94 [Manifest]
95 [ManifestSkip]
96
97 [MakeMaker] ; override with the "installer" attribute
98
99 ; RELEASE
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 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.041701 seconds and 4 git commands to generate.