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:
6d0401f
)
PPPort_pm.PL: Move some includes to earlier
author
Karl Williamson
<khw@cpan.org>
Fri, 12 Jul 2019 19:18:57 +0000
(13:18 -0600)
committer
Nicolas R
<atoomic@cpan.org>
Fri, 27 Sep 2019 22:39:30 +0000
(16:39 -0600)
These need to be defined earlier to work on very early perls
(cherry picked from commit
ed2f32accaedeed3f4b4471c831503263e65fa6a
)
Signed-off-by: Nicolas R <atoomic@cpan.org>
dist/Devel-PPPort/PPPort_pm.PL
patch
|
blob
|
blame
|
history
diff --git
a/dist/Devel-PPPort/PPPort_pm.PL
b/dist/Devel-PPPort/PPPort_pm.PL
index
01c3f1f
..
c018baa
100644
(file)
--- a/
dist/Devel-PPPort/PPPort_pm.PL
+++ b/
dist/Devel-PPPort/PPPort_pm.PL
@@
-634,6
+634,10
@@
__DATA__
%include limits
+%include variables
+
+%include newCONSTSUB
+
%include magic_defs
%include misc
@@
-652,16
+656,12
@@
__DATA__
%include mess
-%include variables
-
%include mPUSH
%include call
%include newRV
-%include newCONSTSUB
-
%include MY_CXT
%include SvREFCNT