This module needs a little work for os390. But until someone
wants/needs to have it done, we'll simply skip the test.
my $b = ExtUtils::CBuilder->new(quiet => $quiet);
# test plan
-if ($^O eq 'MSWin32') {
- plan skip_all => "link_executable() is not implemented yet on Win32";
+if ($^O =~ / ^ ( MSWin32 | os390 ) $ /xi) {
+ plan skip_all => "link_executable() is not implemented yet on $^O";
}
elsif ( ! $b->have_compiler ) {
plan skip_all => "no compiler available for testing";