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 c0de2377386c998e853f492c44a3dba3dbcd019d
Author: gregor herrmann <gre...@debian.org>
Date:   Thu Jan 26 20:29:53 2017 +0100

    bump $VERSION to 0.94 after release
    
    Gbp-Dch: Ignore
---
 Changes                                     | 2 ++
 debian/changelog                            | 6 ++++++
 lib/Debian/AptContents.pm                   | 2 +-
 lib/Debian/Control.pm                       | 2 +-
 lib/Debian/Control/FromCPAN.pm              | 2 +-
 lib/Debian/Control/Stanza.pm                | 2 +-
 lib/Debian/Control/Stanza/Binary.pm         | 2 +-
 lib/Debian/Control/Stanza/CommaSeparated.pm | 2 +-
 lib/Debian/Control/Stanza/Source.pm         | 2 +-
 lib/Debian/Dependencies.pm                  | 2 +-
 lib/Debian/Dependency.pm                    | 2 +-
 lib/Debian/DpkgLists.pm                     | 2 +-
 lib/Debian/Rules.pm                         | 2 +-
 lib/Debian/WNPP/Bug.pm                      | 2 +-
 lib/Debian/WNPP/Query.pm                    | 2 +-
 lib/DhMakePerl.pm                           | 2 +-
 lib/DhMakePerl/Command/Packaging.pm         | 2 +-
 lib/DhMakePerl/Command/dump_config.pm       | 2 +-
 lib/DhMakePerl/Command/help.pm              | 2 +-
 lib/DhMakePerl/Command/locate.pm            | 2 +-
 lib/DhMakePerl/Command/make.pm              | 2 +-
 lib/DhMakePerl/Command/refresh.pm           | 2 +-
 lib/DhMakePerl/Command/refresh_cache.pm     | 2 +-
 lib/DhMakePerl/Config.pm                    | 2 +-
 lib/DhMakePerl/PodParser.pm                 | 2 +-
 lib/DhMakePerl/Utils.pm                     | 2 +-
 26 files changed, 32 insertions(+), 24 deletions(-)

diff --git a/Changes b/Changes
index 85250c3..0d766bf 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.94 (20xx-xx-xx)
+
 0.93 (2017-01-26)
 
   [ gregor herrmann ]
diff --git a/debian/changelog b/debian/changelog
index 6d6a130..f74f951 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-make-perl (0.94) UNRELEASED; urgency=medium
+
+  * <dummy entry to bump version>
+
+ -- gregor herrmann <gre...@debian.org>  Thu, 26 Jan 2017 20:29:31 +0100
+
 dh-make-perl (0.93) unstable; urgency=medium
 
   [ gregor herrmann ]
diff --git a/lib/Debian/AptContents.pm b/lib/Debian/AptContents.pm
index 6913363..e410253 100644
--- a/lib/Debian/AptContents.pm
+++ b/lib/Debian/AptContents.pm
@@ -3,7 +3,7 @@ package Debian::AptContents;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 =head1 NAME
 
diff --git a/lib/Debian/Control.pm b/lib/Debian/Control.pm
index 26bdbd0..b448c3d 100644
--- a/lib/Debian/Control.pm
+++ b/lib/Debian/Control.pm
@@ -52,7 +52,7 @@ use base 'Class::Accessor';
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 __PACKAGE__->mk_accessors(qw( source binary binary_tie _parser ));
 
diff --git a/lib/Debian/Control/FromCPAN.pm b/lib/Debian/Control/FromCPAN.pm
index 51893be..9c36de5 100644
--- a/lib/Debian/Control/FromCPAN.pm
+++ b/lib/Debian/Control/FromCPAN.pm
@@ -16,7 +16,7 @@ package Debian::Control::FromCPAN;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use Carp qw(croak);
 
diff --git a/lib/Debian/Control/Stanza.pm b/lib/Debian/Control/Stanza.pm
index 31bd9dd..287a6bd 100644
--- a/lib/Debian/Control/Stanza.pm
+++ b/lib/Debian/Control/Stanza.pm
@@ -25,7 +25,7 @@ require v5.10.0;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base qw( Class::Accessor Tie::IxHash );
 
diff --git a/lib/Debian/Control/Stanza/Binary.pm 
b/lib/Debian/Control/Stanza/Binary.pm
index dca1df0..766378e 100644
--- a/lib/Debian/Control/Stanza/Binary.pm
+++ b/lib/Debian/Control/Stanza/Binary.pm
@@ -87,7 +87,7 @@ package Debian::Control::Stanza::Binary;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base 'Debian::Control::Stanza';
 
diff --git a/lib/Debian/Control/Stanza/CommaSeparated.pm 
b/lib/Debian/Control/Stanza/CommaSeparated.pm
index 87bd9db..cb47dcb 100644
--- a/lib/Debian/Control/Stanza/CommaSeparated.pm
+++ b/lib/Debian/Control/Stanza/CommaSeparated.pm
@@ -9,7 +9,7 @@ Debian::Control::Stanza::CommaSeparated - comma separated 
debian/control field a
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use Array::Unique;
 use Text::ParseWords qw(quotewords);
diff --git a/lib/Debian/Control/Stanza/Source.pm 
b/lib/Debian/Control/Stanza/Source.pm
index f61275b..f07f377 100644
--- a/lib/Debian/Control/Stanza/Source.pm
+++ b/lib/Debian/Control/Stanza/Source.pm
@@ -77,7 +77,7 @@ package Debian::Control::Stanza::Source;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base qw(Debian::Control::Stanza);
 
diff --git a/lib/Debian/Dependencies.pm b/lib/Debian/Dependencies.pm
index a348bf9..88beeae 100644
--- a/lib/Debian/Dependencies.pm
+++ b/lib/Debian/Dependencies.pm
@@ -3,7 +3,7 @@ package Debian::Dependencies;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use AptPkg::Config;
 use Debian::Dependency;
diff --git a/lib/Debian/Dependency.pm b/lib/Debian/Dependency.pm
index 66cb6cc..b76e0e6 100644
--- a/lib/Debian/Dependency.pm
+++ b/lib/Debian/Dependency.pm
@@ -3,7 +3,7 @@ package Debian::Dependency;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use AptPkg::Config;
 use Carp;
diff --git a/lib/Debian/DpkgLists.pm b/lib/Debian/DpkgLists.pm
index 1dc7672..d06355a 100644
--- a/lib/Debian/DpkgLists.pm
+++ b/lib/Debian/DpkgLists.pm
@@ -3,7 +3,7 @@ package Debian::DpkgLists;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use Cwd;
 
diff --git a/lib/Debian/Rules.pm b/lib/Debian/Rules.pm
index e73dd0a..d35c8fc 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.93';
+our $VERSION = '0.94';
 
 =head1 NAME
 
diff --git a/lib/Debian/WNPP/Bug.pm b/lib/Debian/WNPP/Bug.pm
index c969a24..bd7d66b 100644
--- a/lib/Debian/WNPP/Bug.pm
+++ b/lib/Debian/WNPP/Bug.pm
@@ -3,7 +3,7 @@ package Debian::WNPP::Bug;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 =head1 NAME
 
diff --git a/lib/Debian/WNPP/Query.pm b/lib/Debian/WNPP/Query.pm
index 0055bea..5c1793a 100644
--- a/lib/Debian/WNPP/Query.pm
+++ b/lib/Debian/WNPP/Query.pm
@@ -2,7 +2,7 @@ package Debian::WNPP::Query;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 =head1 NAME
 
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index 9d8af03..fec9870 100644
--- a/lib/DhMakePerl.pm
+++ b/lib/DhMakePerl.pm
@@ -18,7 +18,7 @@ Version 0.90
 
 =cut
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 =head1 SYNOPSIS
 
diff --git a/lib/DhMakePerl/Command/Packaging.pm 
b/lib/DhMakePerl/Command/Packaging.pm
index e560abd..690740a 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.93';
+our $VERSION = '0.94';
 
 use feature 'switch';
 
diff --git a/lib/DhMakePerl/Command/dump_config.pm 
b/lib/DhMakePerl/Command/dump_config.pm
index 3f93179..1984b35 100644
--- a/lib/DhMakePerl/Command/dump_config.pm
+++ b/lib/DhMakePerl/Command/dump_config.pm
@@ -8,7 +8,7 @@ DhMakePerl::Command::dump_config - dh-make-perl dump-config 
implementation
 
 use strict; use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base 'DhMakePerl';
 
diff --git a/lib/DhMakePerl/Command/help.pm b/lib/DhMakePerl/Command/help.pm
index 79fae1c..fb813d2 100644
--- a/lib/DhMakePerl/Command/help.pm
+++ b/lib/DhMakePerl/Command/help.pm
@@ -12,7 +12,7 @@ This module implements the I<help> command of 
L<dh-make-perl(1)>.
 
 use strict; use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base 'DhMakePerl';
 use Pod::Usage;
diff --git a/lib/DhMakePerl/Command/locate.pm b/lib/DhMakePerl/Command/locate.pm
index 809a2c6..45a8435 100644
--- a/lib/DhMakePerl/Command/locate.pm
+++ b/lib/DhMakePerl/Command/locate.pm
@@ -12,7 +12,7 @@ This module implements the I<locate> command of 
L<dh-make-perl(1)>.
 
 use strict; use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base 'DhMakePerl';
 
diff --git a/lib/DhMakePerl/Command/make.pm b/lib/DhMakePerl/Command/make.pm
index 8cbfd8e..36d617d 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.93';
+our $VERSION = '0.94';
 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 6c725cd..ce5e86f 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.93';
+our $VERSION = '0.94';
 
 use base 'DhMakePerl::Command::Packaging';
 use Debian::Control::FromCPAN;
diff --git a/lib/DhMakePerl/Command/refresh_cache.pm 
b/lib/DhMakePerl/Command/refresh_cache.pm
index 4f54a6f..3d27b26 100644
--- a/lib/DhMakePerl/Command/refresh_cache.pm
+++ b/lib/DhMakePerl/Command/refresh_cache.pm
@@ -12,7 +12,7 @@ This module implements the I<refresh-cache> command of 
L<dh-make-perl(1)>.
 
 use strict; use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base 'DhMakePerl';
 
diff --git a/lib/DhMakePerl/Config.pm b/lib/DhMakePerl/Config.pm
index 6586fec..50f9b1c 100644
--- a/lib/DhMakePerl/Config.pm
+++ b/lib/DhMakePerl/Config.pm
@@ -3,7 +3,7 @@ package DhMakePerl::Config;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 =head1 NAME
 
diff --git a/lib/DhMakePerl/PodParser.pm b/lib/DhMakePerl/PodParser.pm
index 2d1a249..bae801d 100644
--- a/lib/DhMakePerl/PodParser.pm
+++ b/lib/DhMakePerl/PodParser.pm
@@ -3,7 +3,7 @@ package DhMakePerl::PodParser;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 use base qw(Pod::Parser);
 
diff --git a/lib/DhMakePerl/Utils.pm b/lib/DhMakePerl/Utils.pm
index bfb70d2..eb6e836 100644
--- a/lib/DhMakePerl/Utils.pm
+++ b/lib/DhMakePerl/Utils.pm
@@ -3,7 +3,7 @@ package DhMakePerl::Utils;
 use strict;
 use warnings;
 
-our $VERSION = '0.93';
+our $VERSION = '0.94';
 
 =head1 NAME
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/dh-make-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to