$dbh->selectall_arrayref('SHOW DATABASES');
}
catch {
- skip 'no SHOW DATABASES privileges', 28;
+ skip 'no SHOW DATABASES privileges', 30;
}
}
'is_nullable=1 detection';
SKIP: {
- skip $self->{skip_rels}, 137 if $self->{skip_rels};
+ skip $self->{skip_rels}, 145 if $self->{skip_rels};
my $moniker3 = $monikers->{loader_test3};
my $class3 = $classes->{loader_test3};