Skip to content

Commit de0d6d9

Browse files
committed
xt means no need guard on env var
1 parent 4b35ac5 commit de0d6d9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xt/manifest.t

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ use warnings;
33
use Test::More;
44
use ExtUtils::Manifest;
55

6-
unless ( $ENV{RELEASE_TESTING} ) {
7-
plan( skip_all => "Author tests not required for installation" );
8-
}
96
plan tests => 2;
107

118
is_deeply [ ExtUtils::Manifest::manicheck() ], [], 'missing';

0 commit comments

Comments
 (0)