Import BSDDB 4.7.25 (as of svn r89086)
This commit is contained in:
18
perl/DB_File/t/pod.t
Normal file
18
perl/DB_File/t/pod.t
Normal file
@@ -0,0 +1,18 @@
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user