[dh-make-perl] 04/05: bump version

Damyan Ivanov dmn at moszumanska.debian.org
Mon Aug 4 19:23:42 UTC 2014


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 0e2b12e128a9f1d4edc62ae85d9752c21e5717b9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Aug 4 19:21:28 2014 +0000

    bump version
---
 lib/DhMakePerl.pm                   | 4 ++--
 lib/DhMakePerl/Command/Packaging.pm | 2 +-
 lib/DhMakePerl/Command/make.pm      | 2 +-
 lib/DhMakePerl/Command/refresh.pm   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index 6709d68..d96681a 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.83
+Version 0.84
 
 =cut
 
-our $VERSION = '0.83';
+our $VERSION = '0.84';
 
 =head1 SYNOPSIS
 
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index b7061d8..21908de 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.83';
+our $VERSION = '0.84';
 
 use feature 'switch';
 
diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 2551ada..88df4cb 100644
--- a/lib/DhMakePerl/Command/make.pm
+++ b/lib/DhMakePerl/Command/make.pm
@@ -2,7 +2,7 @@ package DhMakePerl::Command::make;
 
 use warnings;
 use strict;
-our $VERSION = '0.83';
+our $VERSION = '0.84';
 use 5.010;    # we use smart matching
 
 use base 'DhMakePerl::Command::Packaging';
diff --git a/lib/DhMakePerl/Command/refresh.pm b/lib/DhMakePerl/Command/refresh.pm
index b5569e3..e881777 100644
--- a/lib/DhMakePerl/Command/refresh.pm
+++ b/lib/DhMakePerl/Command/refresh.pm
@@ -12,7 +12,7 @@ This module implements the I<refresh> command of L<dh-make-perl(1)>.
 
 use strict; use warnings;
 
-our $VERSION = '0.83';
+our $VERSION = '0.84';
 
 use base 'DhMakePerl::Command::Packaging';
 use Debian::Control::FromCPAN;

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