Convert from Module::Install to Dist::Zilla
[gitmo/MooseX-Types-Structured.git] / t-author / pod.t
diff --git a/t-author/pod.t b/t-author/pod.t
deleted file mode 100644 (file)
index 056e192..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-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();