Group
Extension

Matches 1

oCLI ( S/SY/SYMKAT/oCLI-0.001.tar.gz, SYMKAT, 2021; MetaCPAN )
oCLI/lib/oCLI/View/JSON.pm ( view source; MetaCPAN )
package oCLI::View::JSON;

sub render {
    my ( $self, $c ) = @_;

    print $c->stash->{json};
}

1;

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.