]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/91-pod.t
Update author tests, and add a POD spelling test
[perl/modules/indirect.git] / t / 91-pod.t
index ee8b18ade667c3590c01bc64001d4f9cd19e6bf1..c2d16afc5e5e128da1975b349103c540ce71dd4b 100644 (file)
@@ -2,11 +2,15 @@
 
 use strict;
 use warnings;
+
 use Test::More;
 
-# Ensure a recent version of Test::Pod
-my $min_tp = 1.22;
-eval "use Test::Pod $min_tp";
-plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
+use lib 't/lib';
+use VPIT::TestHelpers;
+
+load_or_skip('Test::Pod', '1.22', [ ],
+             'required for testing POD syntax');
+
+eval 'use Test::Pod'; # Make Kwalitee test happy
 
 all_pod_files_ok();