Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-Test-LeakTrace/xt/
Upload File :
Current File : //usr/share/doc/perl-Test-LeakTrace/xt/03_pod-coverage.t

#!/usr/bin/perl -w

use Test::More;
eval q{use Test::Pod::Coverage 1.04};
plan skip_all => 'Test::Pod::Coverage 1.04 required for testing POD coverage'
	if $@;

all_pod_coverage_ok({
	also_private => [qw(unimport BUILD DEMOLISH export_fail not_leaked leaked_cmp_ok)],
});