sub match_action_captures { my ( $this, $c, $action, $action_captures ) = @_; my $mc_action = $c->dispatcher->get_action_by_path( $action->private_path . '_match_captures' ); return $mc_action ? $c->forward( $mc_action, $action_captures ) : 1; }