X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod_syntax.t;h=80d4611383967c8aa75b1f21521dc2af725ebc3a;hb=1b72f5db095d1e8b34aa1bbe7b03f9f0e540204b;hp=63c02249460170fc8186af14f492e41203ec5416;hpb=3469b2435b72e296830195a12e2b3e1bc5b3cc9d;p=dbsrgits%2FDBIx-Class-UUIDColumns.git diff --git a/t/pod_syntax.t b/t/pod_syntax.t index 63c0224..80d4611 100644 --- a/t/pod_syntax.t +++ b/t/pod_syntax.t @@ -1,16 +1,16 @@ -#!perl -wT -# $Id: pod_syntax.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 1.00'; - plan skip_all => 'Test::Pod 1.00 not installed' if $@; -}; - -all_pod_files_ok(); +#!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 1.00'; + plan skip_all => 'Test::Pod 1.00 not installed' if $@; +}; + +all_pod_files_ok();