Group
Extension

Matches 1

Yukki ( H/HA/HANENKAMP/Yukki-0.991_006.tar.gz, HANENKAMP, 2017; MetaCPAN )
Yukki/lib/Yukki/Web/Controller/Attachment.pm ( view source; MetaCPAN )
tachment::VERSION = '0.991006';use v5.24;
use utf8;
use Moo;

with 'Yukki::Web::Controller';

use JSON;
use Yukki::Error qw( http_throw );

use namespace::clean;

# ABSTRACT: Controller for uploading,
$upload->filename,
    });

    $ctx->response->content_type('application/json');
    $ctx->response->body(
        encode_json({
            viewable        => 1,
            repository_path => join(

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