summaryrefslogtreecommitdiff
path: root/t/release-pod-coverage.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-02-15 23:48:22 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-02-15 23:48:22 +0000
commit2f62d65d28afdbbd6a417f8e3da3ac6143863ef8 (patch)
tree7753a0f1973f273a43897260a31416519967ff54 /t/release-pod-coverage.t
downloadExtUtils-InstallPaths-tarball-2f62d65d28afdbbd6a417f8e3da3ac6143863ef8.tar.gz
ExtUtils-InstallPaths-0.011HEADExtUtils-InstallPaths-0.011master
Diffstat (limited to 't/release-pod-coverage.t')
-rw-r--r--t/release-pod-coverage.t15
1 files changed, 15 insertions, 0 deletions
diff --git a/t/release-pod-coverage.t b/t/release-pod-coverage.t
new file mode 100644
index 0000000..18a8274
--- /dev/null
+++ b/t/release-pod-coverage.t
@@ -0,0 +1,15 @@
+#!perl
+
+BEGIN {
+ unless ($ENV{RELEASE_TESTING}) {
+ require Test::More;
+ Test::More::plan(skip_all => 'these tests are for release candidate testing');
+ }
+}
+
+# This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests.
+
+use Test::Pod::Coverage 1.08;
+use Pod::Coverage::TrustPod;
+
+all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' });