]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/commitdiff
remove use of DZP::ReversionOnRelease
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 23 Nov 2018 05:33:19 +0000 (22:33 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 23 Nov 2018 05:45:13 +0000 (22:45 -0700)
dist.ini
lib/Dist/Zilla/PluginBundle/Author/CCM.pm

index 764a817309758137c69aa0cef8727545838d9cfe..5745e1edd17db5ca6f5fd4d8c2e7b2de564b6426 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -52,7 +52,6 @@ Dist::Zilla::Plugin::Prereqs::AuthorDeps = 0
 Dist::Zilla::Plugin::PruneCruft = 0
 Dist::Zilla::Plugin::PruneFiles = 0
 Dist::Zilla::Plugin::ReadmeAnyFromPod = 0
-Dist::Zilla::Plugin::ReversionOnRelease = 0
 Dist::Zilla::Plugin::RunExtraTests = 0
 Dist::Zilla::Plugin::Test::CPAN::Changes = 0
 Dist::Zilla::Plugin::Test::CleanNamespaces = 0
index 0adb0168281944a9dcf6de8c1d98c75f09926924..d1af73460fdbdffa3d0207fc250251c8138a6c31 100644 (file)
@@ -13,8 +13,6 @@ You probably don't want to use this.
 
     ; VERSION
     [Git::NextVersion]
-    [ReversionOnRelease]
-    prompt              = 1
 
     ; GATHER
     [Git::GatherDir]
@@ -229,7 +227,6 @@ sub configure {
 
         # VERSION
         ['Git::NextVersion'],
-        ['ReversionOnRelease' => {prompt => 1}],
 
         # GATHER
         ['Git::GatherDir' => {exclude_filename  => [@gather_exclude]}],
This page took 0.021593 seconds and 4 git commands to generate.