Merge cd5303b: RT# 50541: Fix for clear bug. Introduces a speed regression
[dbsrgits/DBM-Deep.git] / t / 98_pod.t
CommitLineData
1cff45d7 1use strict;
2
3use Test::More;
4
5eval "use Test::Pod 1.14";
6plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
7
8all_pod_files_ok();