Group
Extension

Matches 1

OneTool-Core ( S/ST/STHEBERT/OneTool-Core-0.1.tar.gz, STHEBERT, 2014; MetaCPAN )
OneTool-Core/lib/OneTool/Configuration.pm ( view source; MetaCPAN )
 OneTool Configuration module

=cut

use strict;
use warnings;

use FindBin;
use File::Slurp;
use JSON;

my $DIR_CONFIG = "$FindBin::Bin/../conf";

=head1 FUNCTIONS

=head2 Directory($directory)

Sets
)
    );

    if ((defined $file) && (-r $file))
    {
        my $json_str = read_file($file);
        my $conf     = from_json($json_str);

        return ($conf);
    }

    return (undef);
}

1;


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