Result:
found more than 1112 distributions - search limited to the first 2001 files matching your query
( run in 0.557 )
Mojolicious-Plugin-Restify-OtherActions
view release on metacpan or search on metacpan
t/10-otheractions.t view on Meta::CPAN
my $query = $c->stash('query');
return $c->$query if ($query);
$c->catchall('list')
}
sub read { shift->catchall('read') }
sub update { shift->catchall('update') }
sub name {
my $self = shift;
my $name = $self->stash->{controller};
$name =~ s,^.*\-,,;
view all matches for this distribution
Mojolicious-Plugin-Restify
view release on metacpan or search on metacpan
$c->render(json => $c->stash('account'));
}
sub patch { ... }
sub update { ... }
1;
```
[Mojolicious::Plugin::Restify](https://metacpan.org/release/Mojolicious-Plugin-Restify)
view all matches for this distribution( run in 0.557 second using v1.01-cache-2.11-cpan-beeb90c9504 )