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

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

Revision 1.1, Fri Feb 23 22:05:17 2007 UTC (17 years, 2 months ago) by andrew
Branch: MAIN
CVS Tags: PALM_KEYRING_0_96_06, HEAD

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.t,v 1.1 2007/02/05 18:10:55 andrew Exp $

use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();