[dh-make-perl] 01/05: bump version to 0.83

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 6ce1700b7cd965f7ffd1d6f86cdbeac9f6692778
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Aug 4 19:02:03 2014 +0000

    bump version to 0.83
---
 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 39cb4eb..6709d68 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.82
+Version 0.83
 
 =cut
 
-our $VERSION = '0.82';
+our $VERSION = '0.83';
 
 =head1 SYNOPSIS
 
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index a71e476..b7061d8 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.82';
+our $VERSION = '0.83';
 
 use feature 'switch';
 
diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 33250d0..2551ada 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.82';
+our $VERSION = '0.83';
 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 20bf59a..b5569e3 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.82';
+our $VERSION = '0.83';
 
 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