diff options
-rw-r--r-- | ext/B/B/Deparse.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/B/B/Deparse.pm b/ext/B/B/Deparse.pm index 8b31e6f289..cc575e33d0 100644 --- a/ext/B/B/Deparse.pm +++ b/ext/B/B/Deparse.pm @@ -2366,6 +2366,8 @@ sub mapop { sub pp_mapwhile { mapop(@_, "map") } sub pp_grepwhile { mapop(@_, "grep") } +sub pp_mapstart { baseop(@_, "map") } +sub pp_grepstart { baseop(@_, "grep") } sub pp_list { my $self = shift; |