summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorPhilippe Bruhat (BooK) <book@cpan.org>2023-03-28 01:10:01 +0200
committerPhilippe Bruhat (BooK) <book@cpan.org>2023-03-29 23:03:14 +0200
commit0cb8a8732e48b31d20f1f4cd32f88eb77ac79f28 (patch)
tree793df90651801844472462b851019d105cefef2f /pod
parentd25e62947b0777dedfed9171a9727adf20123adf (diff)
downloadperl-0cb8a8732e48b31d20f1f4cd32f88eb77ac79f28.tar.gz
Perl RFC have been renamed to PPC
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