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:
eae22b1
)
parts/apicheck.pl: Ignore some hard-to-handle functions
author
Karl Williamson
<khw@cpan.org>
Tue, 2 Jul 2019 16:49:25 +0000
(10:49 -0600)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:29 +0000
(16:39 -0600)
These are hard to get to work, so punt.
(cherry picked from commit
5e34d4c395ed0f10bae66d83e8ac0ab5264197bd
)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/parts/apicheck.pl
patch
|
blob
|
blame
|
history
diff --git
a/dist/Devel-PPPort/parts/apicheck.pl
b/dist/Devel-PPPort/parts/apicheck.pl
index
0ce6a6e
..
72ee68b
100644
(file)
--- a/
dist/Devel-PPPort/parts/apicheck.pl
+++ b/
dist/Devel-PPPort/parts/apicheck.pl
@@
-117,7
+117,14
@@
my %ignore = (
StructCopy
svtype
THIS
+ XopDISABLE
+ XopENABLE
+ XopENTRY
+ XopENTRYCUSTOM
+ XopENTRY_set
XS
+ XS_EXTERNAL
+ XS_INTERNAL
),
);