X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;h=895621d8f0b30ee214776533c354ca8097237257;hb=173f1a8dff7656869f328a20cdfdeae17036e52f;hp=d91be5e5d1d4f8eced30b8ee7fd055905c7c97f5;hpb=68ccb5e5aaaffd5b17d9dc4144dca51b1942a8f7;p=catagits%2FCatalyst-Devel.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index d91be5e..895621d 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -4,4 +4,4 @@ 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}; -all_pod_coverage_ok(); +all_pod_coverage_ok( { trustme => [ qr/^(?:BUILD|DEMOLISH)$/ ] } );