X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-UUIDColumns.git;a=blobdiff_plain;f=t%2Fpod_coverage.t;h=c77d2af747d4a496b0f9218765751a4cf1c14385;hp=c5aad162e36d31f27016a8255c862e5fc6e6ce6f;hb=a19bdae0cbe2f9a611586184d84521aee987ac77;hpb=3469b2435b72e296830195a12e2b3e1bc5b3cc9d diff --git a/t/pod_coverage.t b/t/pod_coverage.t index c5aad16..c77d2af 100644 --- a/t/pod_coverage.t +++ b/t/pod_coverage.t @@ -1,23 +1,23 @@ -#!perl -wT -# $Id: pod_coverage.t 3236 2007-05-05 16:24:35Z claco $ -use strict; -use warnings; - -BEGIN { - use lib 't/lib'; - use DBIC::Test; - - 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 Pod::Coverage 0.14'; - plan skip_all => 'Pod::Coverage 0.14 not installed' if $@; -}; - -my $trustme = { - trustme => [qr/^(g|s)et_component_class$/] -}; - -all_pod_coverage_ok($trustme); +#!perl -wT +# $Id$ +use strict; +use warnings; + +BEGIN { + use lib 't/lib'; + use DBIC::Test; + + 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 Pod::Coverage 0.14'; + plan skip_all => 'Pod::Coverage 0.14 not installed' if $@; +}; + +my $trustme = { + trustme => [qr/^(g|s)et_component_class$/] +}; + +all_pod_coverage_ok($trustme);