From 12cd6dd0f032cfdd9221e7aa6b4097f37faebdf1 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Thu, 22 Nov 2018 22:33:19 -0700 Subject: [PATCH] remove use of DZP::ReversionOnRelease --- dist.ini | 1 - lib/Dist/Zilla/PluginBundle/Author/CCM.pm | 3 --- 2 files changed, 4 deletions(-) diff --git a/dist.ini b/dist.ini index 764a817..5745e1e 100644 --- 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 diff --git a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm index 0adb016..d1af734 100644 --- a/lib/Dist/Zilla/PluginBundle/Author/CCM.pm +++ b/lib/Dist/Zilla/PluginBundle/Author/CCM.pm @@ -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]}], -- 2.43.0