[SCM] Debian packaging of Business-OnlinePayment-TransactionCentral CPAN distribution branch, master, updated. debian/0.06-2-7-g7a8c781

Xavier Guimard x.guimard at free.fr
Sat Jan 5 13:05:13 UTC 2013


The following commit has been merged in the master branch:
commit 7a8c7814efa671a7092b227c9c8f451ba6f85508
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Jan 5 14:04:58 2013 +0100

    Use $(PERL)

diff --git a/debian/rules b/debian/rules
index 4c0da35..3f6fc7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,6 @@
 	dh $@
 
 override_dh_auto_test:
-	PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" \
+	PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" \
 		"-e" "test_harness(0, 'blib/lib', 'blib/arch')" \
 		t/Business-OnlinePayment-TransactionCentral.t

-- 
Debian packaging of Business-OnlinePayment-TransactionCentral CPAN distribution



More information about the Pkg-perl-cvs-commits mailing list