From a441c53fbf2dab986f88f08b421a2f5edb10f52b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Perrad?= Date: Tue, 29 Oct 2013 06:04:01 -0700 Subject: [PATCH] [perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.t the plan is fragile 29 = 2 + 2 + 25 Signed-off-by: Francois Perrad --- dist/ExtUtils-ParseXS/t/002-more.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ExtUtils-ParseXS/t/002-more.t b/dist/ExtUtils-ParseXS/t/002-more.t index 4849c39..a612412 100644 --- a/dist/ExtUtils-ParseXS/t/002-more.t +++ b/dist/ExtUtils-ParseXS/t/002-more.t @@ -43,7 +43,7 @@ SKIP: { } SKIP: { - skip "no dynamic loading", 24 + skip "no dynamic loading", 25 if !$b->have_compiler || !$Config{usedl}; my $module = 'XSMore'; $lib_file = $b->link( objects => $obj_file, module_name => $module ); -- 2.7.4