update warning category list for 5.39.8
[p5sagit/strictures.git] / xt / pod.t
CommitLineData
eae006ee 1use Test::More;
2use Test::Pod;
1fa757b7 3use Test::Pod::Coverage::TrustMe;
eae006ee 4use strict;
5use warnings FATAL => 'all';
6
edde9d10 7pod_file_ok($_)
8 for all_pod_files;
1fa757b7 9pod_coverage_ok($_)
edde9d10 10 for all_modules;
eae006ee 11
12done_testing;