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