$evalok = 1;
};
if (!$evalok) {
- plan (skip_all => 'Cannot test Drizzle unless the Perl module DBD::drizzle is installed');
+ plan (skip_all => 'Cannot test Drizzle unless the Perl module DBD::drizzle is installed');
}
## Drizzle must be up and running
$evalok = 1;
};
if (!$evalok) {
- plan (skip_all => "Cannot test Drizzle as we cannot connect to a running Drizzle database: $@");
+ plan (skip_all => "Cannot test Drizzle as we cannot connect to a running Drizzle database: $@");
}
use BucardoTesting;
$evalok = 1;
};
if (!$evalok) {
- plan (skip_all => 'Cannot test MySQL unless the Perl module DBD::mysql is installed');
+ plan (skip_all => 'Cannot test MySQL unless the Perl module DBD::mysql is installed');
}
## MySQL must be up and running
$evalok = 1;
};
if (!$evalok) {
- plan (skip_all => "Cannot test MySQL as we cannot connect to a running MySQL database: $@");
+ plan (skip_all => "Cannot test MySQL as we cannot connect to a running MySQL database: $@");
}
use BucardoTesting;
$evalok = 1;
};
if (!$evalok) {
- plan (skip_all => 'Cannot test Oracle unless the Perl module DBD::Oracle is installed');
+ plan (skip_all => 'Cannot test Oracle unless the Perl module DBD::Oracle is installed');
}
## Oracle must be up and running
$evalok = 1;
};
if (!$evalok) {
- plan (skip_all => "Cannot test Oracle as we cannot connect to a running Oracle database: $@");
+ plan (skip_all => "Cannot test Oracle as we cannot connect to a running Oracle database: $@");
}
use BucardoTesting;