add strict + warnings to tests
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 99-pod.t
1 use strict;
2 use warnings;
3
4 use Test::More;
5 eval "use Test::Pod 1.00";
6 plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
7 all_pod_files_ok();