libjson-tiny-perl/t/09-changes.t

10 lines
290 B
Perl
Raw Normal View History

2018-03-27 21:25:33 +02:00
use strict;
use warnings;
use Test::More;
plan skip_all => 'Author tests skipped. Set $ENV{RELEASE_TESTING} to run.'
unless $ENV{RELEASE_TESTING};
plan skip_all => 'Test::CPAN::Changes needed for this test.'
unless eval 'use Test::CPAN::Changes; 1;'; ## no critic (eval)
changes_ok();