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 8422441 commit 94f9b06Copy full SHA for 94f9b06
t/03-xsstatic.t
@@ -11,6 +11,9 @@ use MakeMaker::Test::Utils;
11
use MakeMaker::Test::Setup::XS;
12
use Test::More;
13
14
+plan skip_all => "Disabled as broken perl installs give false negative"
15
+ # if not static perl, and not author
16
+ if $Config{usedl} eq 'define' and !$ENV{AUTHOR_TESTING};
17
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
18
unless have_compiler();
19
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'true';
0 commit comments