added missing test files
[catagits/Catalyst-Devel.git] / share / root / podtest.tt
CommitLineData
98e6c1c3 1[% startperl %]
2use strict;
3use warnings;
4use Test::More;
5
6eval "use Test::Pod 1.14";
7plan skip_all => 'Test::Pod 1.14 required' if $@;
8plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
9
10all_pod_files_ok();
11