deparse steps
Matt S Trout [Wed, 16 Mar 2016 14:35:02 +0000 (14:35 +0000)]
lib/DX/Deparse.pm

index 2d3b2ac..2df9a0f 100644 (file)
@@ -181,4 +181,12 @@ sub _fmt_searchstate {
   ], $meta);
 }
 
+sub _fmt_step_normal {
+  my ($self, $step, $meta) = @_;
+  $self->_fmt_object([
+    [ actions => $step->actions ],
+    [ alternative_step => $step->alternative_step ],
+  ], $meta);
+}
+
 1;