X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F90-author%2Fpod.t;fp=t%2F90-author%2Fpod.t;h=ee8b18ade667c3590c01bc64001d4f9cd19e6bf1;hb=686fea1f34b041af100934b062781594ee5bc8b5;hp=0000000000000000000000000000000000000000;hpb=53f948489c60cb0a7eff02d0bd9358798e7c897e;p=perl%2Fmodules%2Fre-engine-Plugin.git diff --git a/t/90-author/pod.t b/t/90-author/pod.t new file mode 100644 index 0000000..ee8b18a --- /dev/null +++ b/t/90-author/pod.t @@ -0,0 +1,12 @@ +#!perl -T + +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 $@; + +all_pod_files_ok();