X-Git-Url: http://git.home-dn.net/?p=manu%2FRT-Extension-WatchedQueues.git;a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=0000000000000000000000000000000000000000;hp=ee8b18ade667c3590c01bc64001d4f9cd19e6bf1;hb=95f502533e03efe9c4a6e942c5fce9cb10284ac5;hpb=96037c8f943fb413d884e00d22bd63f97e1470c2 diff --git a/t/pod.t b/t/pod.t deleted file mode 100644 index ee8b18a..0000000 --- a/t/pod.t +++ /dev/null @@ -1,12 +0,0 @@ -#!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();