Skip to content

Commit

Permalink
Remove changes.t
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed May 14, 2024
1 parent b23572a commit 7a31b20
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions t/changes.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

use strict;
use warnings;

use Test::Most;

if(not $ENV{RELEASE_TESTING}) {
plan(skip_all => 'Author tests not required for installation');
}
# if($ENV{AUTHOR_TESTING}) {
# eval 'use Test::CPAN::Changes';
# plan(skip_all => 'Test::CPAN::Changes required for this test') if $@;
# changes_ok();
# } else {
# plan(skip_all => 'Author tests not required for installation');
# }

eval 'use Test::CPAN::Changes';
plan(skip_all => 'Test::CPAN::Changes required for this test') if $@;
changes_ok();
plan(skip_all => "I don't agree with the author's format for dates");

0 comments on commit 7a31b20

Please sign in to comment.