Bumping version to 1.83
[dbsrgits/SQL-Abstract.git] / xt / 90pod.t
1 use warnings;
2 use strict;
3
4 use Test::More;
5
6 eval "use Test::Pod 1.14";
7 plan skip_all => 'Test::Pod 1.14 required' if $@;
8
9 all_pod_files_ok();