Use absolute path for do $file in t/generated_app.t
[catagits/Catalyst-Devel.git] / share / t / 02pod.t.tt
CommitLineData
239b5fc0 1[% startperl %]
2use strict;
3use warnings;
4use Test::More;
5
e83023af 6plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
239b5fc0 7eval "use Test::Pod 1.14";
8plan skip_all => 'Test::Pod 1.14 required' if $@;
239b5fc0 9
10all_pod_files_ok();