summaryrefslogtreecommitdiff
path: root/dist/Devel-PPPort/HACKERS
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Devel-PPPort/HACKERS')
-rw-r--r--dist/Devel-PPPort/HACKERS4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Devel-PPPort/HACKERS b/dist/Devel-PPPort/HACKERS
index 1db7f34ec1..8cd57a95d8 100644
--- a/dist/Devel-PPPort/HACKERS
+++ b/dist/Devel-PPPort/HACKERS
@@ -160,7 +160,7 @@ hints, dependency information, XS code and tests.
The files are in a POD-like format that is parsed using the
functions in F<parts/ppptools.pl>.
-The scripts F<PPPort_pm.PL>, F<RealPPPort_xs.PL> and F<mktests.PL> all
+The scripts F<PPPort_pm.PL>, F<PPPort_xs.PL> and F<mktests.PL> all
use the information in F<parts/inc/> to generate the main module
F<PPPort.pm>, the XS code in F<RealPPPort.xs> and various test files
in F<t/>.
@@ -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<RealPPPort_xs.PL> to see where the code ends up.
+of F<PPPort_xs.PL> to see where the code ends up.
=item *