summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-07-19 16:37:36 +0100
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-07-19 16:37:36 +0100
commit6577de2f57048fcd6abdd86794b3318269aa0b27 (patch)
tree0f66a65a0423d2879280905e4ac38c6a14a10bd1
parent2814f8a2e4e73d7a7e52ddb8d80e2f5d2175e3b8 (diff)
downloadperl-6577de2f57048fcd6abdd86794b3318269aa0b27.tar.gz
Add perldelta.pod entry describing G_ARRAY->G_LIST rename
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 50681e5927..02dd3320f6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -354,6 +354,14 @@ well.
=item *
+The API constant formerly named C<G_ARRAY>, indicating list context, has now
+been renamed to a more accurate C<G_LIST>. A compatibilty macro C<G_ARRAY> has
+been added to allow existing code to work unaffected. New code should be
+written using the new constant instead. This is supported by C<Devel::PPPort>
+version 3.63.
+
+=item *
+
XXX
=back