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:
d54f4ed
)
[perl #128266] libperl.t: Ignore $UNIX2003 suffix
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 29 May 2016 21:18:07 +0000
(14:18 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 29 May 2016 21:18:07 +0000
(14:18 -0700)
t/porting/libperl.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/libperl.t
b/t/porting/libperl.t
index
9a1d362
..
21e7edb
100644
(file)
--- a/
t/porting/libperl.t
+++ b/
t/porting/libperl.t
@@
-281,7
+281,7
@@
sub nm_parse_darwin {
} elsif (/^ {8}(?: {8})? \(undefined(?: \[lazy bound\])?\) external _?(.+)/) {
# darwin/ppc marks most undefined text symbols
# as "[lazy bound]".
- my ($symbol) = $1;
+ my ($symbol) = $1
=~ s/\$UNIX2003\z//r
;
return if is_perlish_symbol($symbol);
$symbols->{undef}{$symbol}{$symbols->{o}}++;
return;