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