not and action infrastructure
[scpubgit/DKit.git] / lib / DX / ResultStream.pm
index 17f0bd7..e439ce9 100644 (file)
@@ -39,7 +39,7 @@ sub next {
     return;
   }
   return +{
-    map +($_ => $state->scope_var($_)->bound_value), keys %{$state->scope}
+    map +($_ => $state->scope_var($_)->copy), keys %{$state->scope}
   };
 }