]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - README
Version 0.001
[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.001
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 [ExecDir]
26 [ExtraTests]
27
28 ; GATHER
29 [Git::GatherDir]
30 exclude_filename = LICENSE
31 exclude_filename = README.md
32 [PruneCruft]
33 [PruneFiles]
34 filename = dist.ini
35
36 [CopyFilesFromBuild]
37 copy = LICENSE
38
39 ; PREREQS
40 [AutoPrereqs]
41 [Prereqs::FromCPANfile] ; if a cpanfile exists in root
42 [Prereqs::AuthorDeps]
43
44 ; TESTS
45 [MetaTests]
46 [Test::CPAN::Changes]
47 [PodCoverageTests]
48 [PodSyntaxTests]
49 [Test::Pod::No404s]
50 [Test::Compile]
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 [ReadmeAnyFromPod]
88 filename = README
89 location = build
90 type = text
91 [TravisYML]
92 [Manifest]
93 [ManifestSkip]
94
95 [MakeMaker] ; override with the "installer" attribute
96
97 ; RELEASE
98 [CheckChangesHasContent]
99 [Git::Check]
100 [TestRelease]
101 [ConfirmRelease]
102 [UploadToCPAN] ; disable with the "no_upload" attribute
103 [Git::Commit]
104 commit_msg = Release %N %v%t%n%n%c
105 [Git::CommitBuild]
106 branch =
107 release_branch = dist
108 release_message = Version %v%t
109 [Git::Tag]
110 tag_message = Version %v%t%n%n%c
111 [Git::Push]
112 push_to = origin master +master:refs/heads/release +dist
113 remotes_must_exist = 0
114
115 ATTRIBUTES
116
117 installer
118
119 Specify which installer to use, such as:
120
121 * MakeMaker (default)
122
123 * MakeMaker::Custom
124
125 airplane
126
127 Disable plugins that use the network, and prevent releasing.
128
129 no_upload
130
131 Do not upload to CPAN.
132
133 METHODS
134
135 configure
136
137 Required by Dist::Zilla::Role::PluginBundle::Easy.
138
139 SEE ALSO
140
141 * Dist::Zilla
142
143 * Dist::Zilla::PluginBundle::Author::ETHER
144
145 BUGS
146
147 Please report any bugs or feature requests on the bugtracker website
148 https://github.com/chazmcgarvey/Dist-Zilla-PluginBundle-Author-CCM/issues
149
150 When submitting a bug or request, please include a test-file or a patch
151 to an existing test-file that illustrates the bug or desired feature.
152
153 AUTHOR
154
155 Charles McGarvey <chazmcgarvey@brokenzipper.com>
156
157 COPYRIGHT AND LICENSE
158
159 This software is copyright (c) 2016 by Charles McGarvey.
160
161 This is free software; you can redistribute it and/or modify it under
162 the same terms as the Perl 5 programming language system itself.
163
This page took 0.038467 seconds and 4 git commands to generate.