summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-03-29 21:42:53 -0600
committerKarl Williamson <khw@cpan.org>2022-03-29 22:00:35 -0600
commitc08985b51e7d99e19783c3ba033a92e9034af516 (patch)
tree9af877af7c414124bc3776f5e13bb12d8e81b426
parent1a7620b59059efee96830f60f1ffd632861e0b19 (diff)
downloadperl-c08985b51e7d99e19783c3ba033a92e9034af516.tar.gz
ExtUtils::ParseXS/t/002-more.t: Fix skip count
-rw-r--r--dist/ExtUtils-ParseXS/t/002-more.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/ExtUtils-ParseXS/t/002-more.t b/dist/ExtUtils-ParseXS/t/002-more.t
index 6af548e182..ee3bf9b802 100644
--- a/dist/ExtUtils-ParseXS/t/002-more.t
+++ b/dist/ExtUtils-ParseXS/t/002-more.t
@@ -47,7 +47,7 @@ SKIP: {
}
SKIP: {
- skip "no dynamic loading", 28
+ skip "no dynamic loading", 29
if !$b->have_compiler || !$Config{usedl};
my $module = 'XSMore';
$lib_file = $b->link( objects => $obj_file, module_name => $module );