make ExtUtils::ParseXS pass tests with -Uusedl again
authorDavid Mitchell <davem@iabyn.com>
Sat, 26 Mar 2011 18:54:05 +0000 (18:54 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 26 Mar 2011 19:08:56 +0000 (19:08 +0000)
There was a skip there, but 15 more tests had been added
which ween;t added to the skip count under -Uusedl

dist/ExtUtils-ParseXS/t/more.t

index 2e55976..4c2a39a 100644 (file)
@@ -42,7 +42,7 @@ SKIP: {
 }
 
 SKIP: {
-  skip "no dynamic loading", 6
+  skip "no dynamic loading", 21
     if !$b->have_compiler || !$Config{usedl};
   my $module = 'XSMore';
   $lib_file = $b->link( objects => $obj_file, module_name => $module );