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 a917636 commit c0d5e99Copy full SHA for c0d5e99
t/03-xsstatic.t
@@ -13,7 +13,7 @@ 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
- unless !$Config{usedl} and $ENV{AUTHOR_TESTING};
+ unless !$Config{usedl} or $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