X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod_coverage.t;h=d1d34d682b17cc7ae7e0d687ef8a1aa4a5142063;hb=2f4e57f4a8cd4f5bc4c4e16bb6c81b711722e697;hp=35a8a1842486b09d91dc9eda4a693a7778975901;hpb=9d8d0a46c5219e22c00ce6c99af3c6e3cf76ee16;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/t/pod_coverage.t b/t/pod_coverage.t index 35a8a18..d1d34d6 100644 --- a/t/pod_coverage.t +++ b/t/pod_coverage.t @@ -2,20 +2,20 @@ use strict; use warnings; BEGIN { - use lib 't/lib'; - use Test::More; + use lib 't/lib'; + use Test::More; - plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR}; + plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR}; - eval 'use Test::Pod::Coverage 1.04'; - plan skip_all => 'Test::Pod::Coverage 1.04' if $@; + eval 'use Test::Pod::Coverage 1.04'; + plan skip_all => 'Test::Pod::Coverage 1.04' if $@; - eval 'use Pod::Coverage 0.14'; - plan skip_all => 'Pod::Coverage 0.14 not installed' if $@; + eval 'use Pod::Coverage 0.14'; + plan skip_all => 'Pod::Coverage 0.14 not installed' if $@; }; my $trustme = { - trustme => [qr/^(g|s)et_component_class$/] + trustme => [qr/^(g|s)et_component_class$/] }; all_pod_coverage_ok($trustme);