sv_dump () changed in 5.19.3
[Data-Peek.git] / t / 01_pod.t
blob02d7b6e72e4478aefacec572f7af5c1ca2433ae4
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 ("Data::Peek", "Data::Peek is covered");