Your IP : 216.73.217.90


Current Path : /proc/self/root/proc/thread-self/root/usr/share/doc/perl-Test-LeakTrace/xt/
Upload File :
Current File : //proc/self/root/proc/thread-self/root/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)],
});