Get rid of subtests so we can test threads
[p5sagit/Class-Accessor-Grouped.git] / t / pod_syntax.t
CommitLineData
e1eaa4ae 1use strict;
2use warnings;
3
4BEGIN {
ba8c183b 5 use lib 't/lib';
6 use Test::More;
e1eaa4ae 7
ba8c183b 8 plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};
e1eaa4ae 9
ba8c183b 10 eval 'use Test::Pod 1.00';
11 plan skip_all => 'Test::Pod 1.00 not installed' if $@;
e1eaa4ae 12};
13
14all_pod_files_ok();