update
[urisagit/Perl-Docs.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
deleted file mode 100644 (file)
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/ ]
-#      }
-) ;