[SCM] libpackage-variant-perl Debian packaging branch, master, updated. debian/1.001003-1-16-g363631d
Aristotle Pagaltzis
pagaltzis at gmx.de
Thu May 9 17:14:01 UTC 2013
The following commit has been merged in the master branch:
commit 485d5893093aa1f282c2601069ea1d9dabb78eb6
Author: Aristotle Pagaltzis <pagaltzis at gmx.de>
Date: Mon Sep 17 13:40:00 2012 +0200
add more missed dependencies
diff --git a/Changes b/Changes
index 72af1b3..dd68e2c 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+ - Declare the Test::Fatal build dependency
+
1.001001 - 2012-05-12
- Actually declare the Import::Into dependency (stupid mst)
diff --git a/Makefile.PL b/Makefile.PL
index cea09f6..f732133 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,6 +7,10 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Package-Variant',
VERSION_FROM => 'lib/Package/Variant.pm',
+ CONFIGURE_REQUIRES => {
+ 'ExtUtils::MakeMaker' => '6.55_01', # for BUILD_REQUIRES
+ },
+ BUILD_REQUIRES => { 'Test::Fatal' => 0 },
PREREQ_PM => {
strictures => 1,
Carp => 0,
--
libpackage-variant-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list