AnyEvent-DBD-Pg

 view release on metacpan or  search on metacpan

t/pod.t  view on Meta::CPAN

#!/usr/bin/env perl -w

use common::sense;
use Test::More;
use lib::abs "../lib";
BEGIN {
	my $lib = lib::abs::path( ".." );
	chdir $lib or plan skip_all => "Can't chdir to dist $lib";
}

# Ensure a recent version of Test::Pod
eval "use Test::Pod 1.22; 1"
	or plan skip_all => "Test::Pod 1.22 required for testing POD";
eval "use File::Find; 1"
	or plan skip_all => "File::Find required for testing POD";

all_pod_files_ok();

exit 0;
require Test::NoWarnings;



( run in 3.133 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )