Comment why each of the RETURNING clauses have their own method
[dbsrgits/SQL-Abstract.git] / xt / 90pod.t
CommitLineData
428975b0 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();