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 45a6a79 commit 0a2bee0Copy full SHA for 0a2bee0
t/03-xsstatic.t
@@ -13,7 +13,7 @@ use Test::More;
13
14
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
15
unless have_compiler();
16
-plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'define';
+plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'true';
17
plan skip_all => $^O if $^O =~ m!^(MSWin32|cygwin|haiku)$!;
18
my @tests = list_static();
19
plan skip_all => "No tests" unless @tests;
0 commit comments