X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2F03podcoverage.t;h=68d113e7c43abbfff4042faa6baeb1171c470e72;hp=955f071a75c661f79867c3e7d627bf3ba35c07a8;hb=059c085bfcead450e70ace9ef193aa99ac2ab37d;hpb=25f55123b7c0b520eb166890bf47f1f3217200af 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'] + } +);