Group
Extension

Matches 2

App-TemplateCMD ( I/IV/IVANWILLS/App-TemplateCMD-v0.6.12.tar.gz, IVANWILLS, 2022; MetaCPAN )
App-TemplateCMD/lib/App/TemplateCMD.pm ( view source; MetaCPAN )
;
use Readonly;
use Template;
use Template::Provider;
use File::ShareDir qw/dist_dir/;
use JSON qw/decode_json/;
use base qw/Exporter/;

our $VERSION     = version->new('0.6.12');
our @EXPORT_OK   = q
    my ($arg, $value) = split /=/, $file, 2;
            $default->{args}->{$arg} = eval { decode_json($value) } || $value;
        }
        else {

            # store the "real" file
            pu
App-TemplateCMD ( I/IV/IVANWILLS/App-TemplateCMD-v0.6.12.tar.gz, IVANWILLS, 2022; MetaCPAN )
App-TemplateCMD/templates/perl/package/dancer/child.pm ( view source; MetaCPAN )
params };

    return responce($json);
};

sub responce {
    my ($json) = @_;

    if (params->{callback}) {
        return params->{callback} . '(' . encode_json($json) . ');';
    }

    push_heade
ONS';
    push_header 'Access-Control-Allow-Headers'     => 'Content-Type';

    return encode_json($json);
}

start;

=__END__

=head1 NAME

[% module %] - <One-line description of module's purpose>

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