[Jifty-commit] jifty branch, master, updated. 4a5d376d6efffbea5383581eee8edea51d1784b6

Jifty commits jifty-commit at lists.jifty.org
Wed Dec 8 15:31:06 EST 2010


The branch, master has been updated
       via  4a5d376d6efffbea5383581eee8edea51d1784b6 (commit)
      from  7bf91e0f750475c580fb706ff7f6d5658460b6f0 (commit)

Summary of changes:
 t/99-pod.t |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 4a5d376d6efffbea5383581eee8edea51d1784b6
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Dec 8 15:30:57 2010 -0500

    Skip t/99-pod for nondevs too

diff --git a/t/99-pod.t b/t/99-pod.t
index 92ba3f6..a8261f7 100644
--- a/t/99-pod.t
+++ b/t/99-pod.t
@@ -1,5 +1,6 @@
 use Test::More;
 eval "use Test::Pod 1.00";
 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
+plan skip_all => "Coverage tests only run for authors" unless (-d 'inc/.author');
 all_pod_files_ok();
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list