[dh-make-perl] 02/02: bump the version to 0.82 everywhere

Damyan Ivanov dmn at moszumanska.debian.org
Sat Jun 7 11:18:23 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 ea0d252085fd5eba3b16508bd6f953b9d3f611f6
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Jun 7 11:18:13 2014 +0000

    bump the version to 0.82 everywhere
---
 lib/Debian/Rules.pm                 | 2 +-
 lib/DhMakePerl/Command/Packaging.pm | 2 +-
 lib/DhMakePerl/Command/make.pm      | 2 +-
 lib/DhMakePerl/Command/refresh.pm   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/Debian/Rules.pm b/lib/Debian/Rules.pm
index f87f4de..9adc5e2 100644
--- a/lib/Debian/Rules.pm
+++ b/lib/Debian/Rules.pm
@@ -3,7 +3,7 @@ package Debian::Rules;
 use strict;
 use warnings;
 
-our $VERSION = '0.81';
+our $VERSION = '0.82';
 
 =head1 NAME
 
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index 1f7e73e..a71e476 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.81';
+our $VERSION = '0.82';
 
 use feature 'switch';
 
diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index ce40da7..3d9c93d 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.81';
+our $VERSION = '0.82';
 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 c4ca966..20bf59a 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.81';
+our $VERSION = '0.82';
 
 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