mirror of
https://github.com/berkeleydb/libdb.git
synced 2024-11-17 09:36:24 +00:00
18 lines
260 B
Perl
18 lines
260 B
Perl
eval " use Test::More " ;
|
|
|
|
if ($@)
|
|
{
|
|
print "1..0 # Skip: Test::More required for testing POD\n" ;
|
|
exit 0;
|
|
}
|
|
|
|
eval "use Test::Pod 1.00";
|
|
|
|
if ($@)
|
|
{
|
|
print "1..0 # Skip: Test::Pod 1.00 required for testing POD\n" ;
|
|
exit 0;
|
|
}
|
|
|
|
all_pod_files_ok();
|
|
|