make sure regex for "int" is case insensitive (RT #54053)
[dbsrgits/DBIx-Class-DateTime-Epoch.git] / t / 99-pod.t
CommitLineData
262db264 1use strict;
2use warnings;
3
e4480da2 4use Test::More;
5eval "use Test::Pod 1.00";
6plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
7all_pod_files_ok();