#######################################################################
# $Date: 2007-06-28 13:05:21 -0700 (Thu, 28 Jun 2007) $
# $Revision: 120 $
# $Author: david.romano $
# ex: set ts=8 sw=4 et
#########################################################################
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();