DateTime;
use Digest::SHA1 qw(sha1_hex);
use Encode;
use File::Slurp;
use FindBin qw($Bin);
use JSON;
use Log::AutoDump;
use Plack::Handler::FCGI;
use Plack::Request;
use Template;
use Term::ANSICol
>_base . '/editor.json';
}
=head3 processes
Number of FastCGI process to spawn, 5 by default.
=head3 filename
Filename for the config file, default is C<editor.json> and only JSON is currently sup
filename, { binmode => ':utf8' } );
my $config = undef;
eval {
$config = decode_json $string;
};
if ( $@ )
{
_print_red( "[ FAIL ]\n" );
print "Config fi