Group
Extension

Matches 1

App-Unicheck-Modules-MySQL ( M/MK/MKRULL/App-Unicheck-Modules-MySQL-0.02.tar.gz, MKRULL, 2013; MetaCPAN )
App-Unicheck-Modules-MySQL/lib/App/Unicheck/Modules/MySQL.pm ( view source; MetaCPAN )
gs FATAL => 'all';
use Moo;
use Getopt::Long qw(GetOptionsFromArray);
use Try::Tiny;
use DBI;
use JSON;

=head1 NAME

App::Unicheck::Modules::MySQL - App::Unicheck module to check mysql connections an
, $value, $format) = @_;

    return JSON->new->encode(
        {
            message => $value,
            status  => $status,
        }
    ) if $format eq 'json';
    # default last in case some n
mats => {
                    'num'  => 'Returns the status code',
                    'json' => 'Returns a JSON structure',
                },
            },
        },
    }
}

=head1 AUTHOR

Matthi

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