[dh-make-perl] 07/08: bump $VERSION in changed modules

gregor herrmann gregoa at debian.org
Sat Jan 18 16:34:37 UTC 2014


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 f4f76a32e638867a667ee2a4c17534d52352cc64
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 18 17:28:58 2014 +0100

    bump $VERSION in changed modules
    
    Git-Dch: Ignore
---
 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 18ceb3d..f87f4de 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.66';
+our $VERSION = '0.81';
 
 =head1 NAME
 
diff --git a/lib/DhMakePerl/Command/Packaging.pm b/lib/DhMakePerl/Command/Packaging.pm
index b25b9b1..0d351e1 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.77';
+our $VERSION = '0.81';
 
 use feature 'switch';
 
diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index e9c6d15..f08fe15 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.77';
+our $VERSION = '0.81';
 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 7a98dff..c4ca966 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.77';
+our $VERSION = '0.81';
 
 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