X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod.t;h=8c9830b773b8badebd6119267a1065f4efe3c62c;hb=935486efddf7e6356b6304fb13b53caefbe1097f;hp=3f8649441c3ec2c768dd8a80155c032a4d825fe9;hpb=7f8bac2f49eb3b198569f3d7b1dafebd6b89fecc;p=gitmo%2FMooseX-ClassAttribute.git 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 $@;