DBIx-Class-Loader
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
t/dbixcl_common_tests.pm view on Meta::CPAN
}
else {
$self = { @_ };
}
# Only MySQL uses this
$self->{innodb} ||= '';
$self->{verbose} = $ENV{TEST_VERBOSE} || 0;
return bless $self => $class;
}
sub skip_tests {
my ($self, $why) = @_;
plan skip_all => $why;
}
sub run_tests {
my $self = shift;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.919 second using v1.00-cache-2.02-grep-82fe00e-cpan-a086c87fca4 )