Author: schwern
Date: Wed Oct 29 14:25:25 2008
New Revision: 12012

Modified:
   Module-Build/trunk/Changes
   Module-Build/trunk/t/lib/MBTest.pm

Log:
 - Defend against more stray environment variables interfering
   with the tests.

PREFIX and INSTALL_BASE interfered with compat.t.  I threw in INSTALLDIRS
for kicks.

Modified: Module-Build/trunk/Changes
==============================================================================
--- Module-Build/trunk/Changes  (original)
+++ Module-Build/trunk/Changes  Wed Oct 29 14:25:25 2008
@@ -11,6 +11,10 @@
    when running sudo.  [rt.cpan.org 39662]
  - Fixed a small POD error in the Cookbook. [Damyan Ivanov]
 
+ Test Fixes
+ - Defend against more stray environment variables interfering
+   with the tests.
+
  Other
  - Updated our embedded version.pm to 0.76, enhanced documentation on
    dist_version_from.  [John Peacock]

Modified: Module-Build/trunk/t/lib/MBTest.pm
==============================================================================
--- Module-Build/trunk/t/lib/MBTest.pm  (original)
+++ Module-Build/trunk/t/lib/MBTest.pm  Wed Oct 29 14:25:25 2008
@@ -15,6 +15,9 @@
         HARNESS_TIMER
         HARNESS_OPTIONS
         HARNESS_VERBOSE
+        PREFIX
+        INSTALL_BASE
+        INSTALLDIRS
     );
 
     # Remember the ENV values because on VMS %ENV is global

Reply via email to