3 Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for distributions built by CCM
11 # In your dist.ini file:
16 You probably don't want to use this.
26 exclude_filename = LICENSE
27 exclude_filename = README.md
38 [Prereqs::FromCPANfile] ; if a cpanfile exists in root
48 [Test::MinimumVersion]
49 max_target_perl = 5.10.1
54 [Test::CleanNamespaces]
68 [MetaProvides::Package]
77 config_plugin = @Author::CCM
92 build_branch = /^(dist|build\/.*)$/
96 [MakeMaker] ; override with the "installer" attribute
99 [CheckChangesHasContent]
104 [UploadToCPAN] ; disable with the "no_upload" attribute
106 commit_msg = Release %N %v%t%n%n%c
109 release_branch = dist
110 release_message = Version %v%t
112 tag_message = Version %v%t%n%n%c
114 push_to = origin master +master:refs/heads/release +dist
115 remotes_must_exist = 0
121 Specify the release authority. Defaults to `cpan:CCM`.
125 Specify which installer to use, such as:
127 - `MakeMaker` (default)
128 - `MakeMaker::Custom`
132 Disable plugins that use the network, and prevent releasing.
136 Do not upload to CPAN or git push.
142 Required by [Dist::Zilla::Role::PluginBundle::Easy](https://metacpan.org/pod/Dist::Zilla::Role::PluginBundle::Easy).
146 - [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla)
147 - [Dist::Zilla::PluginBundle::Author::ETHER](https://metacpan.org/pod/Dist::Zilla::PluginBundle::Author::ETHER)
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)
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
160 Charles McGarvey <chazmcgarvey@brokenzipper.com>
162 # COPYRIGHT AND LICENSE
164 This software is copyright (c) 2016 by Charles McGarvey.
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.