X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=urisagit%2FPerl-Docs.git;a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=0000000000000000000000000000000000000000;hp=01bf01692736103a405305e93d4eb1cceb3994f2;hb=47f1263f57592cfd836dee694c227575bc9cde46;hpb=cf83821d2b095a464d353ea98e41bfa8b262caef diff --git a/t/pod.t b/t/pod.t deleted file mode 100644 index 01bf016..0000000 --- a/t/pod.t +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/local/bin/perl - -use Test::More; - -eval 'use Test::Pod 1.14' ; -plan skip_all => - 'Test::Pod 1.14 required for testing PODe' if $@ ; - -all_pod_files_ok( -# { -# trustme => [ qr/slurp/ ] -# } -) ;