I've gotten much farther
Jennie 'Seven' Evers-Corvina [Mon, 13 Dec 2010 22:26:32 +0000 (14:26 -0800)]
t/scratch.t

index 1d51086..8c8a2f9 100644 (file)
@@ -26,7 +26,11 @@ use Devel::Dwarn;
   }
 
   sub _ssh_env_vars {
-    $_[0]->{ssh_env_vars} ||= $_[0]->_build_ssh_env_vars;
+    if( defined $_[1] ) {
+      $_[0]->{ssh_env_vars} = $_[1];
+    } else {
+      $_[0]->{ssh_env_vars} ||= $_[0]->_build_ssh_env_vars;
+    }
   }
 
   sub _build_ssh_env_vars {