projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a12c3
)
make ExtUtils::ParseXS pass tests with -Uusedl again
author
David Mitchell
<davem@iabyn.com>
Sat, 26 Mar 2011 18:54:05 +0000
(18:54 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/dist/ExtUtils-ParseXS/t/more.t
b/dist/ExtUtils-ParseXS/t/more.t
index
2e55976
..
4c2a39a
100644
(file)
--- a/
dist/ExtUtils-ParseXS/t/more.t
+++ b/
dist/ExtUtils-ParseXS/t/more.t
@@
-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 );