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

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


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

    Revert previous change since $(PERL) is not defined

diff --git a/debian/rules b/debian/rules
index 3f6fc7a..4c0da35 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,6 @@
 	dh $@
 
 override_dh_auto_test:
-	PERL_DL_NONLAZY=1 $(PERL) "-MExtUtils::Command::MM" \
+	PERL_DL_NONLAZY=1 /usr/bin/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