summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-04-20 08:34:19 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-04-20 08:34:19 +0100
commit5de148ee332d39f3d74afce3326f56a56c9c4278 (patch)
tree465feae4a76af8c37fda37169aa8f3203b89af43
parentc14a43b76a74f944e97d1409edcd63c745dfc17f (diff)
downloadperl-5de148ee332d39f3d74afce3326f56a56c9c4278.tar.gz
perldelta - Documentation updates
-rw-r--r--pod/perldelta.pod27
1 files changed, 25 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 7156497ac4..16b1f71f4e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -223,13 +223,36 @@ XXX Changes which significantly change existing files in F<pod/> go here.
However, any changes to F<pod/perldiag.pod> should go in the L</Diagnostics>
section.
-=head3 L<XXX>
+=head3 L<perlebcdic>
+
+=over 4
+
+=item *
+
+This document has been significantly updated in the light of recent
+improvements to EBCDIC support.
+
+=back
+
+=head3 L<perlhacktips>
+
+=over 4
+
+=item *
+
+Documentation has been added illustrating the perils of assuming the contents of
+static memory pointed to by the return values of Perl wrappers for C library
+functions doesn't change.
+
+=back
+
+=head3 L<perlvms>
=over 4
=item *
-XXX Description of the change here
+Out-of-date and/or incorrect material has been removed.
=back