In Catalyst 5.61, $c->component called without arguments returns a list of all loaded components. But $c->model, $c->view and $c->controller return only the first component in the list. Any chance this behaviour could be modified to mimic that of $c->component?