rearranging. need to redo with dzil
[gitmo/MooseX-Types-Path-Class.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
deleted file mode 100644 (file)
index 5d9a6be..0000000
--- a/t/pod.t
+++ /dev/null
@@ -1,8 +0,0 @@
-#!perl
-
-use warnings FATAL => 'all';
-use strict;
-use Test::More;
-eval "use Test::Pod 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
-all_pod_files_ok();