X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod-coverage.t;h=5c57228f2513ab1acbc86006c39a9c942029c4b3;hb=9b2bd146f5b6820a72cb0b2d0b8ca8d3eee2ad4e;hp=3ec1bf6749fc208b571a71836a77bfc1f1eb9c60;hpb=5761254f90d012fed793853b501b1604eeb24d54;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 3ec1bf6..5c57228 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -4,7 +4,7 @@ use warnings; 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" @@ -17,6 +17,7 @@ plan tests => scalar @modules; my %trustme = ( 'MooseX::ClassAttribute' => [ 'init_meta', 'class_has' ], + 'MooseX::ClassAttribute::Role::Meta::Class' => [ 'compute_all_applicable_class_attributes' ], 'MooseX::ClassAttribute::Meta::Method::Accessor' => [ '.+' ] );