[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.74-1-17-g0f968a5
Damyan Ivanov
dmn at debian.org
Mon Sep 26 11:49:58 UTC 2011
The following commit has been merged in the master branch:
commit 0f968a58944ffde7034128fb70c3b14a2dc4a6ae
Author: Damyan Ivanov <dmn at debian.org>
Date: Mon Sep 26 14:49:44 2011 +0300
drop quotes around Strange-2.1 version
testing the new version detection scheme, which is not fooled
by missing quotes
diff --git a/t/dists/Strange-2.1/Strange.pm b/t/dists/Strange-2.1/Strange.pm
index f41fa4c..058bacc 100644
--- a/t/dists/Strange-2.1/Strange.pm
+++ b/t/dists/Strange-2.1/Strange.pm
@@ -15,7 +15,7 @@ require AutoLoader;
@EXPORT = qw(
);
-$VERSION = '2.1';
+$VERSION = 2.1;
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
--
Debian packaging of dh-make-perl
More information about the Pkg-perl-cvs-commits
mailing list