[dh-make-perl] 04/04: releasing version 0.78-1
Damyan Ivanov
dmn at alioth.debian.org
Fri Aug 9 13:50:11 UTC 2013
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 dfd9a44338f4c0348d7825afbcdd44202f2a90ab
Author: Damyan Ivanov <dmn at debian.org>
Date: Fri Aug 9 15:49:54 2013 +0200
releasing version 0.78-1
---
Changes | 8 ++++++++
debian/changelog | 8 ++++++++
lib/DhMakePerl.pm | 2 +-
3 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 1fd4e5c..3c079da 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+0.78 (2013-08-09)
+ add $VERSION to all modules
+
+ use strict; use warnings; everywhere
+ also ensure this doesn't change via t/critic.t
+
+ fix a bunch of typos thanks to Test::Spelling
+
0.77 (2013-08-08)
[ Salvatore Bonaccorso ]
diff --git a/debian/changelog b/debian/changelog
index dc52080..ec64765 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+dh-make-perl (0.78-1) unstable; urgency=low
+
+ * add $VERSION to all modules
+ * use strict; use warnings; everywhere
+ * fix a bunch of typos thanks to Test::Spelling
+
+ -- Damyan Ivanov <dmn at debian.org> Fri, 09 Aug 2013 14:39:07 +0200
+
dh-make-perl (0.77-1) unstable; urgency=low
[ Salvatore Bonaccorso ]
diff --git a/lib/DhMakePerl.pm b/lib/DhMakePerl.pm
index 42df08c..c8dd67b 100644
--- a/lib/DhMakePerl.pm
+++ b/lib/DhMakePerl.pm
@@ -18,7 +18,7 @@ Version 0.77
=cut
-our $VERSION = '0.77';
+our $VERSION = '0.78';
=head1 SYNOPSIS
--
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