X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod-coverage.t;h=44f5d7670df967dcddbaadfba6fc58ae28980f69;hb=ec21cfdc5435c6b8685734801275802bcfe4d3f1;hp=703f91de3601f3e0939d7d6e6e780d342c5c381f;hpb=f66d606b37d8742dc27ce3216c84223302f60250;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 703f91d..44f5d76 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -3,4 +3,4 @@ use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; -all_pod_coverage_ok(); +all_pod_coverage_ok({ also_private => ['can'] });