[BACK]Return to pod-coverage.t CVS log [TXT][DIR] Up to [local] / palm / Palm-Keyring / t

File: [local] / palm / Palm-Keyring / t / pod-coverage.t (download)

Revision 1.2, Sat Feb 24 01:29:22 2007 UTC (17 years, 2 months ago) by andrew
Branch: MAIN
CVS Tags: PALM_KEYRING_0_96_06, HEAD
Changes since 1.1: +2 -2 lines

less verbose error now that it works.

#!perl -T
# $RedRiver: pod-coverage.t,v 1.1 2007/02/23 22:05:17 andrew Exp $

use Test::More;
eval "use Test::Pod::Coverage 1.08";
plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@;
all_pod_coverage_ok();