RT#22364 (ASH) hopefully fixed with updated prereq
[dbsrgits/DBIx-Class-UUIDColumns.git] / t / pod_syntax.t
1 #!perl -wT\r
2 # $Id: pod_syntax.t 3236 2007-05-05 16:24:35Z claco $\r
3 use strict;\r
4 use warnings;\r
5 \r
6 BEGIN {\r
7     use lib 't/lib';\r
8     use DBIC::Test;\r
9 \r
10     plan skip_all => 'set TEST_AUTHOR to enable this test' unless $ENV{TEST_AUTHOR};\r
11 \r
12     eval 'use Test::Pod 1.00';\r
13     plan skip_all => 'Test::Pod 1.00 not installed' if $@;\r
14 };\r
15 \r
16 all_pod_files_ok();\r