use dzil plugins for pod stuff
Todd Hepler [Mon, 26 Mar 2012 21:33:36 +0000 (16:33 -0500)]
dist.ini
xt/pod-coverage.t [deleted file]
xt/pod.t [deleted file]

index 6dcd8d6..8aae199 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -22,4 +22,6 @@ Path::Class = 0.16
 Test::More = 0.88
 Test::Exception = 0.27
 
+[PodSyntaxTests]
+[PodCoverageTests]
 
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();
diff --git a/xt/pod.t b/xt/pod.t
deleted file mode 100644 (file)
index 5d9a6be..0000000
--- a/xt/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();