Aion-Query

 view release on metacpan or  search on metacpan

lib/Aion/Query.pm  view on Meta::CPAN

use B qw//;
use DBI qw//;
use Scalar::Util qw//;
use List::Util qw//;
use Aion::Format qw//;
use Aion::Format::Json qw//;

use Exporter qw/import/;
our @EXPORT = our @EXPORT_OK = grep {
	ref \$Aion::Query::{$_} eq "GLOB"
		&& *{$Aion::Query::{$_}}{CODE} && !/^(_|(NaN|import)\z)/n
} keys %Aion::Query::;

use config {
	DSN  => undef,
    DRV  => 'mysql',
    BASE => 'BASE',
    HOST => undef,
    PORT => undef,
    SOCK => undef,
    USER => 'root',

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.877 second using v1.00-cache-2.02-grep-82fe00e-cpan-72ae3ad1e6da )