summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2021-04-21 15:09:10 -0700
committerKaren Etheridge <ether@cpan.org>2021-04-21 15:09:45 -0700
commitfd11779cdb4d6f04f5f869d890845a060b696bba (patch)
tree48b864200546b9bee6a0a82bd71cea22c85ce4e5
parent758221d119cb29ac4cf3e687c38bbc594cdd74a0 (diff)
downloadperl-fd11779cdb4d6f04f5f869d890845a060b696bba.tar.gz
fix very minor spelling and pod markup in the last delta
-rw-r--r--pod/perl5339delta.pod18
1 files changed, 11 insertions, 7 deletions
diff --git a/pod/perl5339delta.pod b/pod/perl5339delta.pod
index 5853405994..c1beb89122 100644
--- a/pod/perl5339delta.pod
+++ b/pod/perl5339delta.pod
@@ -89,7 +89,7 @@ Simplify the split() documentation by removing the join()s from the examples (#1
Remove join() from split() examples as it confuses the concepts
split() is a very basic function, and the documentation should be
-simple for novinces. The split() documentation contains a lot of join()
+simple for novices. The split() documentation contains a lot of join()
in the examples which only serve to muddle the concepts. This replaces
the join() in the example with output in comments.
@@ -124,17 +124,21 @@ provoke this warning.
Prevented incpath to spill into libpth
-=over 4
+=item *
+
+Use realpath if available.
+
+=item *
-=item - Use realpath if available.
+This might catch more duplicate paths.
-=item - This might catch more duplicate paths.
+=item *
-=item - Only include real existing paths.
+Only include real existing paths.
-=item - Filter inc paths out of libpth.
+=item *
-=back
+Filter inc paths out of libpth.
=back