Group
Extension

Matches 2

App-SD ( S/SP/SPANG/App-SD-0.75.tar.gz, SPANG, 2011; MetaCPAN )
App-SD/lib/App/SD/CLI/Command/Publish.pm ( view source; MetaCPAN )
age App::SD::Server::Static;
use Any::Moose;
extends 'App::SD::Server';
use Params::Validate;
use JSON;

sub log_request { }

sub send_content {
    my $self = shift;
    my %args = validate( @_, { co
=> 0, static => 0 } );

    if ( $args{'encode_as'} && $args{'encode_as'} eq 'json' ) {
        $args{'content'} = to_json( $args{'content'} );
    }

    return $args{'content'};
}

sub _send_redirec
App-SD ( S/SP/SPANG/App-SD-0.75.tar.gz, SPANG, 2011; MetaCPAN )
App-SD/lib/App/SD/CLI/Command/Help/Settings.pm ( view source; MetaCPAN )
     Any setting, including multiple settings, may be set this way.

Setting values must be valid JSON.

Settings are not the same as local configuration variables. For
more information on local confi

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