summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2023-04-19 20:23:55 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2023-04-19 20:31:53 +0100
commit70d1c248700fa6762ba1084bc0c6e09f7322a831 (patch)
treef87aef4cc02169fac39d589e251efe5471ed7f5f /pod/perldelta.pod
parentf4aba3e94259ff47e3ef6daf95b0dec0fe885923 (diff)
downloadperl-70d1c248700fa6762ba1084bc0c6e09f7322a831.tar.gz
Update perldelta
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod23
1 files changed, 17 insertions, 6 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b174a67914..31e49e39d8 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -172,13 +172,23 @@ section.
Additionally, the following selected changes have been made:
-=head3 L<XXX>
+=head3 L<perlfunc>
+
+=over 4
+
+=item *
+
+The descriptions of pop() and shift() have been expanded.
+
+=back
+
+=head3 L<perlvar>
=over 4
=item *
-XXX Description of the change here
+The descriptions of $^H and %^H have been updated.
=back
@@ -289,7 +299,8 @@ made:
=item *
-XXX
+The test framework now skips tests that use B<-T> or B<-t> when running under a
+perl built with the F<Configure> option C<-DNO_TAINT_SUPPORT>.
=back
@@ -372,9 +383,9 @@ manager will later use a regex to expand these into links.
=item *
-The buffer used by getsockopt() is now 1024 bytes by default and can
-be adjusted at perl build time by defining C<PERL_GETSOCKOPT_SIZE> in
-C<ccflags>. [github #19758]
+The buffer used by getsockopt() is now 1024 bytes by default and can be
+adjusted at perl build time by defining C<PERL_GETSOCKOPT_SIZE> in C<ccflags>.
+[L<GH #19758|https://github.com/Perl/perl5/issues/19758>]
=back