[dh-make-perl] 03/03: releasing package dh-make-perl version 0.86-1

Damyan Ivanov dmn at moszumanska.debian.org
Tue Jun 16 19:04:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

dmn pushed a commit to branch master
in repository dh-make-perl.

commit 79a504d80f2b1e3ace2c3689ca2d1bfe14280c57
Author: Damyan Ivanov <dmn at debian.org>
Date:   Tue Jun 16 19:03:40 2015 +0000

    releasing package dh-make-perl version 0.86-1
---
 Changes           | 6 ++++++
 debian/changelog  | 8 ++++++++
 lib/DhMakePerl.pm | 4 ++--
 3 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index aac2954..d5f0300 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.86 (2015-06-16)
+
+  * Quote left brace in regex. Gives warning under perl 5.22 (Closes: #788894)
+  * Replace usage of Module::Build::ModuleInfo (dropped in perl 5.22) with
+    Module::Metadata (Closes: #788893)
+
 0.85 (2015-05-24)
 
   [ Damyan Ivanov ]
diff --git a/debian/changelog b/debian/changelog
index 8a97bbe..ba846ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dh-make-perl (0.86-1) unstable; urgency=medium
+
+  * Quote left brace in regex. Gives warning under perl 5.22 (Closes: #788894)
+  * Replace usage of Module::Build::ModuleInfo (dropped in perl 5.22) with
+    Module::Metadata (Closes: #788893)
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 16 Jun 2015 18:53:30 +0000
+
 dh-make-perl (0.85-1) unstable; urgency=medium
 
   [ Damyan Ivanov ]
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index 0c68037..0d5d4e5 100644
--- a/lib/DhMakePerl.pm
+++ b/lib/DhMakePerl.pm
@@ -14,11 +14,11 @@ DhMakePerl - create Debian source package from CPAN dist
 
 =head1 VERSION
 
-Version 0.84
+Version 0.86
 
 =cut
 
-our $VERSION = '0.85';
+our $VERSION = '0.86';
 
 =head1 SYNOPSIS
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git



More information about the Pkg-perl-cvs-commits mailing list