From: openKylin Developers <packaging@lists.openkylin.top>
Date: Fri, 29 May 2026 06:58:54 -0700
Subject: Remove git from dzil config

Forwarded: not-needed

Git config is suitable for upstream, but does not work
when building the package
---
 dist.ini | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/dist.ini b/dist.ini
index 8c0de0d..fc646e6 100644
--- a/dist.ini
+++ b/dist.ini
@@ -19,20 +19,6 @@ parent = 0
 [NextRelease]
 format = %v%T %{yyyy-MM-dd}d
 
-; use 'V=2.234 dzil release' to override version number
-[Git::NextVersion]
-
-[Git::Check]
-allow_dirty = dist.ini
-allow_dirty = Changes
-
-[Git::Commit]
-
-[Git::Tag]
-signed = 1
-
-[Git::Push]
-
 [MetaJSON]
 
 [AutoPrereqs]
@@ -126,6 +112,3 @@ run = perl -I lib -MConfig::Model::Utils::GenClassPod -e 'gen_class_pod();'
 [Run::BeforeRelease]
 run = perl -I lib -MConfig::Model::Utils::GenClassPod -e 'gen_class_pod();'
 
-[Test::Perl::Critic]
-
-[Signature]
