SVGPDF
view release on metacpan or search on metacpan
t/900_regtest.t view on Meta::CPAN
our $api = "PDF::API2";
my $tests;
SKIP: {
eval "require $api";
if ( $@ ) {
diag "$api not installed";
skip "$api not installed, skipping tests", $tests = 1;
}
-d "t" && chdir "t";
$tests = require "./900_regtest.pl";
}
done_testing($tests);
t/901_regtest.t view on Meta::CPAN
our $api = "PDF::Builder";
my $tests;
SKIP: {
eval "require $api";
if ( $@ ) {
diag "$api not installed";
skip "$api not installed, skipping tests", $tests = 1;
}
-d "t" && chdir "t";
$tests = require "./900_regtest.pl";
}
done_testing($tests);
( run in 0.232 second using v1.01-cache-2.11-cpan-0d8aa00de5b )