Group
Extension

Matches 1

Catalyst-Plugin-Config-JSON ( S/SA/SAMV/Catalyst-Plugin-Config-JSON-0.03.tar.gz, SAMV, 2005; MetaCPAN )
Catalyst-Plugin-Config-JSON/lib/Catalyst/Plugin/Config/JSON.pm ( view source; MetaCPAN )
Plugin::Config::JSON;

use strict;
use warnings;

use UNIVERSAL 'isa';

use NEXT;
use JSON;
use Path::Class 'file';

our $VERSION = '0.03';

=head1 NAME

Catalyst::Plugin::Config::JSON - Configure you
r Catalyst application via an external
JSON file

=head1 SYNOPSIS

    use Catalyst 'Config::JSON';
    
    __PACKAGE__->config('config_file' => 'config.json');

=head1 DESCRIPTION

This Catalyst plu
gin enables you to configure your Catalyst application with an 
external JSON file instead of somewhere in your application code.

This is useful for example if you want to quickly change the configur

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