use dzil plugins for pod stuff
[gitmo/MooseX-Types-Path-Class.git] / xt / pod-coverage.t
diff --git a/xt/pod-coverage.t b/xt/pod-coverage.t
deleted file mode 100644 (file)
index 20381d2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!perl
-
-use warnings FATAL => 'all';
-use strict;
-use Test::More;
-eval "use Test::Pod::Coverage 1.04";
-plan skip_all =>
-    "Test::Pod::Coverage 1.04 required for testing POD coverage"
-    if ($@);
-all_pod_coverage_ok();