]> git.donarmstrong.com Git - debhelper.git/commitdiff
dh_auto_test: Correct Module::Build tests.
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 3 May 2008 16:58:49 +0000 (12:58 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 3 May 2008 16:58:49 +0000 (12:58 -0400)
debian/changelog
dh_auto_test

index 291482328a3f9de23a4270da7c29f8fe20d48a89..39d87a05809f12b8011c094f950d6543820c6f0b 100644 (file)
@@ -1,3 +1,9 @@
+debhelper (7.0.6) UNRELEASED; urgency=low
+
+  * dh_auto_test: Correct Module::Build tests.
+
+ -- Joey Hess <joeyh@debian.org>  Sat, 03 May 2008 12:56:49 -0400
+
 debhelper (7.0.5) unstable; urgency=low
 
   * Convert copyright file to new format.
index 41a2e5d32826ec126c2ad78d772c253c28f37f9e..a9be1e6a6e805dfe5227e6135a07e23310a5a1fa 100755 (executable)
@@ -55,8 +55,7 @@ if (-e "Makefile" || -e "makefile" || -e "GNUmakefile") {
        }
 }
 elsif (-e "Build.PL" && -e "Build") {
-       $ENV{MAKE}="make" unless exists $ENV{MAKE};
-       doit($ENV{MAKE}, 'test', @{$dh{U_PARAMS}});
+       doit(qw/perl Build test/, @{$dh{U_PARAMS}});
 }
 
 =head1 SEE ALSO