summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2016-07-16 12:38:03 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-16 12:38:03 +0100
commit7162bc87b21ce30b549ebfad3ca4c6f606fb1933 (patch)
treec07f75b3bba10c6b273e7037fbf6234bdd969a6b
parent63883a0881bef16b5a021db5f59311df39d065c1 (diff)
downloadperl-7162bc87b21ce30b549ebfad3ca4c6f606fb1933.tar.gz
Fill in Documentation and Testing sections of perldelta
-rw-r--r--pod/perldelta.pod18
1 files changed, 15 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f7ad8821aa..d020b7af38 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -55,13 +55,24 @@ L<Module::CoreList> has been upgraded from version 5.20160429 to 5.20160730.
=head2 Changes to Existing Documentation
-=head3 L<XXX>
+=head3 L<perlapio>
=over 4
=item *
-XXX Description of the change here
+The documentation of C<PERLIO_DEBUG> has been updated.
+
+=back
+
+=head3 L<perlrun>
+
+=over 4
+
+=item *
+
+The new B<-Di> switch has been documented, and the documentation of
+C<PERLIO_DEBUG> has been updated.
=back
@@ -71,7 +82,8 @@ XXX Description of the change here
=item *
-XXX
+A new test script, F<t/run/switchDx.t>, has been added to test that the new
+B<-Di> switch is working correctly.
=back