projects
/
scpubgit/DX.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af69c84
)
deparse steps
Matt S Trout [Wed, 16 Mar 2016 14:35:02 +0000 (14:35 +0000)]
lib/DX/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DX/Deparse.pm
b/lib/DX/Deparse.pm
index
2d3b2ac
..
2df9a0f
100644
(file)
--- a/
lib/DX/Deparse.pm
+++ b/
lib/DX/Deparse.pm
@@
-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;