--- trunk/t/999_pod.t 2004/12/28 04:06:29 5 +++ trunk/t/999_pod.t 2005/01/07 20:57:56 37 @@ -7,7 +7,5 @@ eval "use Test::Pod 1.00"; plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -plan tests => 1; - -pod_file_ok("IsisDB.pm"); +all_pod_files_ok();