Reuse the TempExtlib trick from DBIC
[dbsrgits/SQL-Abstract.git] / xt / 90pod.t
CommitLineData
f2a0d52b 1use warnings;
2use strict;
3
13fb11fd 4use Test::More;
5
6eval "use Test::Pod 1.14";
7plan skip_all => 'Test::Pod 1.14 required' if $@;
8
9all_pod_files_ok();