--- trunk/t/999_pod.t 2005/01/06 20:48:07 36 +++ 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("Isis.pm"); +all_pod_files_ok();