[dh-make-perl] 03/07: Update $VERSION.

gregor herrmann gregoa at debian.org
Thu Oct 1 21:52:37 UTC 2015


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

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

commit 9529f3b5d25dda7ec6123db692355391cd1c4aae
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 1 23:16:47 2015 +0200

    Update $VERSION.
---
 Changes                             | 4 ++++
 lib/DhMakePerl.pm                   | 4 ++--
 lib/DhMakePerl/Command/Packaging.pm | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index 76a4dd4..b531b4e 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.90 (2015-xx-xx)
+
+  * -
+
 0.89 (2015-09-26)
 
   * Apply a patch from Andy Beverley for checking the versions of the locally
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index d2f1151..3547a82 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.89
+Version 0.90
 
 =cut
 
-our $VERSION = '0.89';
+our $VERSION = '0.90';
 
 =head1 SYNOPSIS
 
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index a600f72..0765464 100644
--- a/lib/DhMakePerl/Command/Packaging.pm
+++ b/lib/DhMakePerl/Command/Packaging.pm
@@ -3,7 +3,7 @@ package DhMakePerl::Command::Packaging;
 use strict;
 use warnings;
 
-our $VERSION = '0.84';
+our $VERSION = '0.90';
 
 use feature 'switch';
 

-- 
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