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