Group
Extension

Matches 1

DBIx-Config ( S/SY/SYMKAT/DBIx-Config-0.000005.tar.gz, SYMKAT, 2019; MetaCPAN )
DBIx-Config/lib/DBIx/Config.pm ( view source; MetaCPAN )
 LWP::Simple;
    use JSON;

    my $DBI = DBIx::Config->new(
        load_credentials => sub {
            my ( $self, $config ) = @_;
            
            return decode_json( 
                ge

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