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