X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod_syntax.t;h=6791d5da1506bdada5beb89a0d0c9038ef4e5215;hb=ba8c183b7c3d71a5b8fcd936916e80a7b87f7961;hp=66f5907a0e9b9f0b45ce2124183e28f11755ec9e;hpb=9d8d0a46c5219e22c00ce6c99af3c6e3cf76ee16;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/t/pod_syntax.t b/t/pod_syntax.t index 66f5907..6791d5d 100644 --- a/t/pod_syntax.t +++ b/t/pod_syntax.t @@ -2,13 +2,13 @@ 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 1.00'; - plan skip_all => 'Test::Pod 1.00 not installed' if $@; + eval 'use Test::Pod 1.00'; + plan skip_all => 'Test::Pod 1.00 not installed' if $@; }; all_pod_files_ok();