fix xt to work with dzil
[gitmo/MooseX-StrictConstructor.git] / xt / pod.t
diff --git a/xt/pod.t b/xt/pod.t
deleted file mode 100644 (file)
index 69d8e60..0000000
--- a/xt/pod.t
+++ /dev/null
@@ -1,9 +0,0 @@
-use strict;
-use warnings;
-
-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();