[SCM] Debian packaging of dh-make-perl branch, master, updated. debian/0.74-1-21-g37e779a
Damyan Ivanov
dmn at debian.org
Mon Sep 26 12:03:07 UTC 2011
The following commit has been merged in the master branch:
commit 37e779a8183cc6904147b3eb4395364fd35f13ec
Author: Damyan Ivanov <dmn at debian.org>
Date: Mon Sep 26 15:03:01 2011 +0300
really test the missing version quotes fix
diff --git a/t/dists/Strange-2.1/Makefile.PL b/t/dists/Strange-2.1/Makefile.PL
index ae97c05..25708d1 100644
--- a/t/dists/Strange-2.1/Makefile.PL
+++ b/t/dists/Strange-2.1/Makefile.PL
@@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'Strange',
- 'VERSION_FROM' => 'Strange.pm', # finds $VERSION
+ 'VERSION' => 2.1,
'LIBS' => [''], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
--
Debian packaging of dh-make-perl
More information about the Pkg-perl-cvs-commits
mailing list