X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;h=68d113e7c43abbfff4042faa6baeb1171c470e72;hb=ae0e35ee6dd51e78c0ffc2457699beadc7eefab8;hp=955f071a75c661f79867c3e7d627bf3ba35c07a8;hpb=5f4bcf51b379716a486539293dcdf6859204d556;p=catagits%2FCatalyst-Runtime.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index 955f071..68d113e 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -4,4 +4,8 @@ eval "use Test::Pod::Coverage 1.04"; plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@; plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -e 'inc/.author'; -all_pod_coverage_ok(); +all_pod_coverage_ok( + { + also_private => ['BUILD'] + } +);