]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blobdiff - README.md
Release Dist-Zilla-PluginBundle-Author-CCM 0.008
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / README.md
index 927a5f1908f48f20a9b9648286d90524787f8bac..4b82d8a56c5f4c79712078f13f5d6551f96130bd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Dist::Zilla::PluginBundle::Author::CCM - A plugin bundle for distributions built
 
 # VERSION
 
-version 0.001
+version 0.008
 
 # SYNOPSIS
 
@@ -17,13 +17,9 @@ You probably don't want to use this.
 
     ; VERSION
     [Git::NextVersion]
-    [NextRelease]
     [ReversionOnRelease]
     prompt              = 1
 
-    [ExecDir]
-    [ExtraTests]
-
     ; GATHER
     [Git::GatherDir]
     exclude_filename    = LICENSE
@@ -34,6 +30,7 @@ You probably don't want to use this.
 
     [CopyFilesFromBuild]
     copy                = LICENSE
+    [ExecDir]
 
     ; PREREQS
     [AutoPrereqs]
@@ -47,6 +44,8 @@ You probably don't want to use this.
     [PodSyntaxTests]
     [Test::Pod::No404s]
     [Test::Compile]
+    [Test::MinimumVersion]
+    max_target_perl     = 5.10.1
     [Test::EOL]
     [Test::NoTabs]
     [Test::Perl::Critic]
@@ -83,19 +82,23 @@ You probably don't want to use this.
     filename            = README.md
     locaton             = root
     type                = markdown
+    phase               = release
     [ReadmeAnyFromPod]
     filename            = README
     location            = build
     type                = text
     [TravisYML]
+    build_branch        = /^(dist|build\/.*)$/
     [Manifest]
     [ManifestSkip]
 
     [MakeMaker]                 ; override with the "installer" attribute
 
     ; RELEASE
+    [NextRelease]
     [CheckChangesHasContent]
     [Git::Check]
+    [RunExtraTests]
     [TestRelease]
     [ConfirmRelease]
     [UploadToCPAN]              ; disable with the "no_upload" attribute
@@ -113,6 +116,14 @@ You probably don't want to use this.
 
 # ATTRIBUTES
 
+## max\_target\_perl
+
+Specify the minimum perl version. Defaults to `5.10.1`.
+
+## authority
+
+Specify the release authority. Defaults to `cpan:CCM`.
+
 ## installer
 
 Specify which installer to use, such as:
@@ -126,7 +137,7 @@ Disable plugins that use the network, and prevent releasing.
 
 ## no\_upload
 
-Do not upload to CPAN.
+Do not upload to CPAN or git push.
 
 # METHODS
 
This page took 0.021423 seconds and 4 git commands to generate.