[libmoosex-semiaffordanceaccessor-perl] 10/10: update test for git

Intrigeri intrigeri at moszumanska.debian.org
Thu Aug 28 15:44:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.04
in repository libmoosex-semiaffordanceaccessor-perl.

commit 94e0bf730c1b002f3bfb264bf01f1d926014d978
Author: Dave Rolsky <autarch at urth.org>
Date:   Thu Jul 9 07:12:31 2009 -0500

    update test for git
---
 t/pod-coverage.t | 2 +-
 t/pod.t          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/pod-coverage.t b/t/pod-coverage.t
index 4f9af2c..5e0e20b 100644
--- a/t/pod-coverage.t
+++ b/t/pod-coverage.t
@@ -5,7 +5,7 @@ use Test::More;
 
 
 plan skip_all => 'This test is only run for the module author'
-    unless -d '.svn' || $ENV{IS_MAINTAINER};
+    unless -d '.git' || $ENV{IS_MAINTAINER};
 
 eval "use Test::Pod::Coverage 1.04";
 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage"
diff --git a/t/pod.t b/t/pod.t
index 3f86494..8c9830b 100644
--- a/t/pod.t
+++ b/t/pod.t
@@ -5,7 +5,7 @@ use Test::More;
 
 
 plan skip_all => 'This test is only run for the module author'
-    unless -d '.svn' || $ENV{IS_MAINTAINER};
+    unless -d '.git' || $ENV{IS_MAINTAINER};
 
 eval "use Test::Pod 1.14";
 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-semiaffordanceaccessor-perl.git



More information about the Pkg-perl-cvs-commits mailing list