X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;fp=t%2F03podcoverage.t;h=dff7c5c2de5844cd4820c3e3a0419a3b4d0a4a33;hb=5dc7fbc7f1759b7d266b698e9c9a5957edaf7831;hp=895621d8f0b30ee214776533c354ca8097237257;hpb=a770c34260b424dcf179e887e086866a1ec3f086;p=catagits%2FCatalyst-Devel.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index 895621d..dff7c5c 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -2,6 +2,10 @@ use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@; + +eval "use Pod::Coverage 0.20"; +plan skip_all => 'Pod::Coverage 0.20 required' if $@; + plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; all_pod_coverage_ok( { trustme => [ qr/^(?:BUILD|DEMOLISH)$/ ] } );