1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Description: Removee git from dzil config
Git config is suitable for upstream, but does not work
when building the package
Forwarded: not-needed
Author: Dod
--- a/dist.ini
+++ b/dist.ini
@@ -18,20 +18,6 @@
[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]
@@ -80,8 +66,6 @@
finder = OnlyPmFiles
use_package = 1
-[Test::Perl::Critic]
-
[PodWeaver]
finder = :ExecFiles
finder = noModelFiles
@@ -95,5 +79,3 @@
[Run::BeforeRelease]
run = cme gen-class-pod Itself::Class
-
-[Signature]
|