We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c7367 commit b938a0fCopy full SHA for b938a0f
xt/manifest.t
@@ -3,9 +3,6 @@ use warnings;
3
use Test::More;
4
use ExtUtils::Manifest;
5
6
-unless ( $ENV{RELEASE_TESTING} ) {
7
- plan( skip_all => "Author tests not required for installation" );
8
-}
9
plan tests => 2;
10
11
is_deeply [ ExtUtils::Manifest::manicheck() ], [], 'missing';
0 commit comments