Amazon-SimpleDB
view release on metacpan or search on metacpan
t/99-pod-coverage.t view on Meta::CPAN
1234567891011use
Test::More;
eval
"use Test::Pod::Coverage 1.00"
;
plan
skip_all
=>
"Test::Pod::Coverage 1.00 required for testing POD coverage"
if
$@;
all_pod_coverage_ok( );
# Workaround for dumb bug (fixed in 5.8.7) where Test::Builder thinks that
# certain "die"s that happen inside evals are not actually inside evals,
# because caller() is broken if you turn on $^P like Module::Refresh does
#
# (I mean, if we've gotten to this line, then clearly the test didn't die, no?)
Test::Builder->new->{Test_Died} = 0;
( run in 0.337 second using v1.01-cache-2.11-cpan-ec4f86ec37b )