RT 4.2.11, ticket#13852
[freeside.git] / rt / t / pod.t
index 697a30b..1283cfe 100644 (file)
@@ -2,6 +2,9 @@ use strict;
 use warnings;
 
 use Test::More;
-eval "use Test::Pod 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
-all_pod_files_ok( all_pod_files("lib","docs","etc","bin","sbin"));
+use Test::Pod;
+all_pod_files_ok(
+    all_pod_files("lib","devel","docs","etc","bin","sbin"),
+    <docs/UPGRADING*>,
+    <devel/docs/UPGRADING*>,
+);