Initial checkin
[Data-Peek.git] / t / 01_pod.t
blob04aabf20ecde79fab2d996a4ca73c22e5a398a95
1 #!/usr/bin/perl
3 use strict;
4 $^W = 1;
6 use Test::More;
8 eval "use Test::Pod::Coverage tests => 1";
9 plan skip_all => "Test::Pod::Covarage required for testing POD Coverage" if $@;
10 pod_coverage_ok ("DDumper", "DDumper is covered");