summarylogtreecommitdiffstats
path: root/test_pod.patch
diff options
context:
space:
mode:
authorJohn D Jones III2016-04-22 17:58:07 -0600
committerJohn D Jones III2016-04-22 17:58:07 -0600
commitf7290d048f91ea92e3b75eba9aa6253ed8afc0f5 (patch)
treeff5e182a4e54a9e9d0c63d520e96d15aeb6b477c /test_pod.patch
parent7b4458b6bad0e78f7c55362ed3ce2cbd85c82036 (diff)
downloadaur-perl-io-util.tar.gz
Fix test
Diffstat (limited to 'test_pod.patch')
-rw-r--r--test_pod.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/test_pod.patch b/test_pod.patch
new file mode 100644
index 000000000000..4242880ecb91
--- /dev/null
+++ b/test_pod.patch
@@ -0,0 +1,10 @@
+--- IO-Util-1.5/t/test_pod.t.orig 2016-04-22 17:55:26.026666668 -0600
++++ IO-Util-1.5/t/test_pod.t 2016-04-22 17:55:33.306666668 -0600
+@@ -5,6 +5,7 @@ use Test::More;
+
+ eval "use Test::Pod 1.00";
+ plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
++plan skip_all => 'these tests are for authors only!' unless $ENV{AUTHOR_TESTING} or $ENV{RELEASE_TESTING};
+ my @poddirs = qw( blib ../lib);
+ all_pod_files_ok( all_pod_files( @poddirs ) );
+