Acme-CPANAuthors-Dutch
view release on metacpan or search on metacpan
t/950_pod.t view on Meta::CPAN
#!/usr/bin/perl
use Test::More;
use strict;
use warnings;
no warnings 'syntax';
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod required for testing POD" if $@;
all_pod_files_ok ();
__END__
( run in 1.737 second using v1.01-cache-2.11-cpan-e1769b4cff6 )