summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5372delta.pod2
-rw-r--r--pod/perl5376delta.pod2
2 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5372delta.pod b/pod/perl5372delta.pod
index a6861edcb7..adeea18225 100644
--- a/pod/perl5372delta.pod
+++ b/pod/perl5372delta.pod
@@ -38,7 +38,7 @@ Added the C<is_tainted()> builtin function. [L<github #19854|https://github.com/
=item *
-Added the C<export_lexically()> builtin function as per RFC 0020. [L<github #19895|https://github.com/Perl/perl5/issues/19895>]
+Added the C<export_lexically()> builtin function as per PPC 0020. [L<github #19895|https://github.com/Perl/perl5/issues/19895>]
=back
diff --git a/pod/perl5376delta.pod b/pod/perl5376delta.pod
index 943c64f757..d071eaef18 100644
--- a/pod/perl5376delta.pod
+++ b/pod/perl5376delta.pod
@@ -28,7 +28,7 @@ string.
=item *
-Support for RFC-18, C<use feature "module_true";> has been added to
+Support for PPC 0018, C<use feature "module_true";> has been added to
the default feature bundle for 5.37 and later. It may also be used
explicitly. When enabled inside of a module the module does not need
to return true explicitly, and in fact the return will be forced to