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 855a5f6 commit c4c4f52Copy full SHA for c4c4f52
t/lib/MakeMaker/Test/Setup/XS.pm
@@ -212,7 +212,7 @@ sub setup_xs {
212
213
sub list_static {
214
(
215
- [ 'basic', '', '' ], # still needs testing even on static perl
+ ($Config{usedl} ne 'define' ? [ 'basic', '', '' ] : ()), # still needs testing on static perl
216
[ 'static', '', '' ],
217
[ 'basic', ' static', '_static' ],
218
[ 'multi', ' static', '_static' ],
0 commit comments