[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.1, Fri Feb 23 22:05:17 2007 UTC (17 years, 4 months ago) by andrew
Branch: MAIN

Add pod and pod coverage tests, and some documentation to make those pass.

Then, add -T to the rest of the tests because I saw that in the pod tests
and it seemed like a good idea.

#!perl -T
# $RedRiver: pod-coverage.t,v 1.1 2007/02/05 18:10:55 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();