From 3bfe1c6899bcda599624b50af7e5d5d27dc2d53b Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Tue, 14 May 2019 13:53:45 -0600 Subject: [PATCH] Rename PPPort_xs.PL to RealPPPort_xs.PL Fixes Devel-PPPort GH #21 To avoid confusion rename the template for RealPPPort.xs file as RealPPPort_xs.PL so it's now clear what file it generates. (cherry picked from commit 0f14f67985491207f4a0e3936307f4c565717fd6) Signed-off-by: Nicolas R --- MANIFEST | 2 +- Makefile.SH | 2 +- dist/Devel-PPPort/HACKERS | 4 ++-- dist/Devel-PPPort/Makefile.PL | 4 ++-- dist/Devel-PPPort/PPPort.xs | 2 +- dist/Devel-PPPort/{PPPort_xs.PL => RealPPPort_xs.PL} | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) rename dist/Devel-PPPort/{PPPort_xs.PL => RealPPPort_xs.PL} (98%) diff --git a/MANIFEST b/MANIFEST index e5bdf66a4b55..3bace2ac8833 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3291,7 +3291,7 @@ dist/Devel-PPPort/parts/todo/5024000 Devel::PPPort todo file dist/Devel-PPPort/PPPort.xs Devel::PPPort dummy PPPort.xs dist/Devel-PPPort/ppport_h.PL Devel::PPPort ppport.h writer dist/Devel-PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer -dist/Devel-PPPort/PPPort_xs.PL Devel::PPPort RealPPPort.xs writer +dist/Devel-PPPort/RealPPPort_xs.PL Devel::PPPort RealPPPort.xs writer dist/Devel-PPPort/soak Devel::PPPort Test Harness to run under various Perls dist/Devel-PPPort/t/call.t Devel::PPPort test file dist/Devel-PPPort/t/cop.t Devel::PPPort test file diff --git a/Makefile.SH b/Makefile.SH index 0d925bc2b9dd..73c9d8133ab2 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1104,7 +1104,7 @@ catamount) $spitshell >>$Makefile <. -The scripts F, F and F all +The scripts F, F and F all use the information in F to generate the main module F, the XS code in F and various test files in F. @@ -196,7 +196,7 @@ section. The code required to add to PPPort.xs for testing the implementation. This code goes into the C<=xshead>, C<=xsinit>, C<=xsmisc>, C<=xsboot> and C<=xsubs> section. Have a look at the template at the bottom -of F to see where the code ends up. +of F to see where the code ends up. =item * diff --git a/dist/Devel-PPPort/Makefile.PL b/dist/Devel-PPPort/Makefile.PL index 62ba014cf664..8915a4d73b79 100644 --- a/dist/Devel-PPPort/Makefile.PL +++ b/dist/Devel-PPPort/Makefile.PL @@ -46,7 +46,7 @@ sub configure my %PL_FILES = ( 'ppport_h.PL' => 'ppport.h', 'PPPort_pm.PL' => 'PPPort.pm', - 'PPPort_xs.PL' => 'RealPPPort.xs', + 'RealPPPort_xs.PL' => 'RealPPPort.xs', ); my @moreopts; @@ -127,7 +127,7 @@ regen_pm: $(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) PPPort_pm.PL regen_xs: - $(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) PPPort_xs.PL + $(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) RealPPPort_xs.PL regen_tests: $(PERL) -I$(INST_ARCHLIB) -I$(INST_LIB) -I$(PERL_ARCHLIB) -I$(PERL_LIB) mktests.PL diff --git a/dist/Devel-PPPort/PPPort.xs b/dist/Devel-PPPort/PPPort.xs index 2586824ebb0b..72d4cabd47bf 100644 --- a/dist/Devel-PPPort/PPPort.xs +++ b/dist/Devel-PPPort/PPPort.xs @@ -1,3 +1,3 @@ This is just a dummy file to let Configure know that Devel::PPPort -is an XS module. The real XS code is autogenerated from PPPort_xs.PL +is an XS module. The real XS code is autogenerated from RealPPPort_xs.PL when this module is built and will go to RealPPPort.xs. diff --git a/dist/Devel-PPPort/PPPort_xs.PL b/dist/Devel-PPPort/RealPPPort_xs.PL similarity index 98% rename from dist/Devel-PPPort/PPPort_xs.PL rename to dist/Devel-PPPort/RealPPPort_xs.PL index d00cffa81bfb..e6ca841c1c9a 100644 --- a/dist/Devel-PPPort/PPPort_xs.PL +++ b/dist/Devel-PPPort/RealPPPort_xs.PL @@ -1,6 +1,6 @@ ################################################################################ # -# PPPort_xs.PL -- generate RealPPPort.xs +# RealPPPort_xs.PL -- generate RealPPPort.xs # ################################################################################ #