This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PPPort_pm.PL: Move some includes to earlier
authorKarl Williamson <khw@cpan.org>
Fri, 12 Jul 2019 19:18:57 +0000 (13:18 -0600)
committerNicolas 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

index 01c3f1f..c018baa 100644 (file)
@@ -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