From c4e25dd16dafe8f382d4b17898b2169edcf85cd3 Mon Sep 17 00:00:00 2001 From: Anton Soldatov <igelhaus@gmail.com> Date: Mon, 14 Apr 2014 21:41:48 +0400 Subject: [PATCH] Dist version from the module name: Dist::Zilla::Plugin::VersionFromModule --- dist.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist.ini b/dist.ini index 0b53178..f29ae07 100644 --- a/dist.ini +++ b/dist.ini @@ -1,5 +1,4 @@ name = WebService-Redmine -version = 0.006 author = Anton Soldatov <igelhaus@gmail.com> license = Perl_5 main_module = lib/WebService/Redmine.pm @@ -7,6 +6,8 @@ copyright_holder = Anton Soldatov [@Basic] +[VersionFromModule] + [Prereqs / TestRequires] Test::More = 0 Test::Pod = 1.00 -- GitLab