Skip to content

Commit

Permalink
Fix comment in Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed May 4, 2021
1 parent e8b6380 commit d4d24f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,7 +1,7 @@
Revision history for CGI-Info

0.72
More sensible default statuses if when params() has yet to be called
More sensible default statuses when params() has yet to be called

0.71 Wed Feb 3 15:14:13 EST 2021
Added t/fixme.t
Expand Down
11 changes: 5 additions & 6 deletions t/changes.t
Expand Up @@ -2,13 +2,12 @@

use strict;
use warnings;

use Test::Most;

if(not $ENV{RELEASE_TESTING}) {
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();
4 changes: 2 additions & 2 deletions t/comment-spelling.t
Expand Up @@ -4,7 +4,7 @@ use 5.006;
use strict;
use warnings;
use Test::Most;

if($ENV{AUTHOR_TESTING} ) {
eval 'use Test::Spelling::Comment 0.002';
if($@) {
Expand All @@ -15,7 +15,7 @@ if($ENV{AUTHOR_TESTING} ) {
} else {
plan(skip_all => 'Author tests not required for installation');
}

__DATA__
cgi
dir
Expand Down

0 comments on commit d4d24f5

Please sign in to comment.