r21678 - /trunk/libextutils-install-perl/debian/rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jun 15 20:56:51 UTC 2008


Author: gregoa
Date: Sun Jun 15 20:56:51 2008
New Revision: 21678

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21678
Log:
move AUTHOR_TESTING to Build test instead of exporting it globally

Modified:
    trunk/libextutils-install-perl/debian/rules

Modified: trunk/libextutils-install-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libextutils-install-perl/debian/rules?rev=21678&op=diff
==============================================================================
--- trunk/libextutils-install-perl/debian/rules (original)
+++ trunk/libextutils-install-perl/debian/rules Sun Jun 15 20:56:51 2008
@@ -13,7 +13,6 @@
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
-export AUTHOR_TESTING=1
 
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
@@ -24,7 +23,7 @@
 	dh_testdir
 	$(PERL) Build.PL installdirs=vendor
 	$(PERL) Build
-	$(PERL) Build test
+	AUTHOR_TESTING=1 $(PERL) Build test
 	touch $@
 
 clean:




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