X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;h=61a207b2859a29522035ea6119e38576d0a26463;hb=9b1db775e21c29d58957aa1eb7f1446c83b4967a;hp=68d113e7c43abbfff4042faa6baeb1171c470e72;hpb=059c085bfcead450e70ace9ef193aa99ac2ab37d;p=catagits%2FCatalyst-Runtime.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index 68d113e..61a207b 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -1,5 +1,7 @@ use Test::More; +eval "use Pod::Coverage 0.19"; +plan skip_all => 'Pod::Coverage 0.19 required' if $@; 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';