123456789101112 BEGIN { unless ($ENV{RELEASE_TESTING}) { print qq{1..0 # SKIP these tests are for release candidate testing\n}; exit }}use Test::More;eval 'use Test::CPAN::Changes';plan skip_all => 'Test::CPAN::Changes required for this test' if $@;changes_ok();
BEGIN {
unless
(
$ENV
{RELEASE_TESTING}) {
print
qq{1..0 # SKIP these tests are for release candidate testing\n}
;
exit
}
use
Test::More;
eval
'use Test::CPAN::Changes'
plan
skip_all
=>
'Test::CPAN::Changes required for this test'
if
$@;
changes_ok();