Acme-Curse
view release on metacpan or search on metacpan
use strict;
use Test::More;
eval "use Test::Pod";
plan skip_all => "Test::Pod required for testing POD" if $@;
my @poddirs = qw( blib );
all_pod_files_ok( all_pod_files( @poddirs ) );
( run in 3.369 seconds using v1.01-cache-2.11-cpan-c221a9de4ec )