Sat Jun 30 17:00:23 2012mjgardner [...] cpan.org - Ticket created
Subject:
pod tests should be author-only
t/pod.t and t/pod-coverage.t are always run. They should only run as
author tests, e.g., if $ENV{AUTHOR_TESTING} is true.
Sun Jul 08 20:46:14 2012kimryan [...] cpan.org - Taken
Sun Jul 08 20:49:06 2012kimryan [...] cpan.org - Correspondence added
I tried adding the followng, but it was causing tests to fail at CPAN
testers http://static.cpantesters.org/distro/L/Locale-SubCountry.html
if ( $ENV{AUTHOR_TESTING} )
{
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();
}
So I've reverted back to original code for version 1.56. I can't se any
problem with having the testers always run the POD tests.
Sun Jul 08 20:49:07 2012The RT System itself - Status changed from 'new' to 'open'
Thu Jul 12 04:16:14 2012kimryan [...] cpan.org - Status changed from 'open' to 'resolved'