Should fix $ENV issues
Tomas Doran [Thu, 23 Apr 2009 13:21:23 +0000 (13:21 +0000)]
t/unit_core_setup.t

index a319007..1e6e572 100644 (file)
@@ -25,6 +25,8 @@ sub build_test_app_with_setup {
     return $name;
 }
 
+local %ENV; # Don't allow env variables to mess us up.
+
 {
     my $app = build_test_app_with_setup('MyTestDebug', '-Debug');