summaryrefslogtreecommitdiff
path: root/pod/perl5113delta.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perl5113delta.pod')
-rw-r--r--pod/perl5113delta.pod15
1 files changed, 8 insertions, 7 deletions
diff --git a/pod/perl5113delta.pod b/pod/perl5113delta.pod
index da3f2cb419..75e5df9e2e 100644
--- a/pod/perl5113delta.pod
+++ b/pod/perl5113delta.pod
@@ -256,13 +256,14 @@ XXX Changes which significantly change existing files in F<pod/> go here.
Any changes to F<pod/perldiag.pod> should go in L</New or Changed Diagnostics>.
- legalize =begin foo bar
-
- more aggressively deprecate L<section> and L<"section">
-
- remove prohibition against L<text|href>
-
- Document if.pm in perlfunc
+The Pod specification (L<perlpodspec>) has been updated to bring the
+specification in line with modern usage already supported by most Pod systems.
+A parameter string may now follow the format name in a "begin/end" region.
+Links to URIs with a text description are now allowed. The usage of C<<
+L<"section"> >> has been marked as deprecated.
+
+L<if.pm|if> has been documented in L<perlfunc/use> as a means to get
+conditional loading of modules despite the implicit BEGIN block around C<use>.