Fix Catalyst tutorial link. RT#47043
[catagits/Catalyst-Authentication-Store-DBIx-Class.git] / t / 01-pod.t
1 #!perl
2
3 use Test::More;
4
5 plan skip_all => 'Set TEST_POD to enable pod tests' unless $ENV{TEST_POD};
6
7 eval "use Test::Pod 1.14";
8 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
9
10 all_pod_files_ok();