Fix brocket
[catagits/Catalyst-Devel.git] / share / t / 03podcoverage.t.tt
1 [% startperl %]
2 use strict;
3 use warnings;
4 use Test::More;
5
6 eval "use Test::Pod::Coverage 1.04";
7 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
8
9 eval "use Pod::Coverage 0.20";
10 plan skip_all => 'Pod::Coverage 0.20 required' if $@;
11
12 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
13
14 all_pod_coverage_ok();