X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod_syntax.t;fp=t%2Fpod_syntax.t;h=0000000000000000000000000000000000000000;hb=cc645e6199e971648826645d44c6e4c5ae7db72f;hp=6791d5da1506bdada5beb89a0d0c9038ef4e5215;hpb=0effd05f2e344651214c390ed5e078f46eba0dc6;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/t/pod_syntax.t b/t/pod_syntax.t deleted file mode 100644 index 6791d5d..0000000 --- a/t/pod_syntax.t +++ /dev/null @@ -1,14 +0,0 @@ -use strict; -use warnings; - -BEGIN { - use lib 't/lib'; - use Test::More; - - 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();