This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
609548d
)
skip_all on darwin until nm peculiarities can be straighted out.
author
James E Keenan
<jkeenan@cpan.org>
Sun, 13 Jul 2014 02:16:23 +0000
(22:16 -0400)
committer
James E Keenan
<jkeenan@cpan.org>
Sun, 13 Jul 2014 02:16:23 +0000
(22:16 -0400)
For: RT #122267
t/porting/libperl.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/libperl.t
b/t/porting/libperl.t
index
a0c8245
..
257602e
100644
(file)
--- a/
t/porting/libperl.t
+++ b/
t/porting/libperl.t
@@
-86,6
+86,10
@@
if ($nm_style eq 'gnu') {
}
}
+if ($^O eq 'darwin') {
+ skip_all 'nm peculiarities on darwin need study: RT #122267'
+}
+
my $nm_err_tmp = "libperl$$";
END {