summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-04-12 13:13:56 -0600
committerKarl Williamson <khw@cpan.org>2016-04-12 13:46:03 -0600
commit57a491175be739bfe160d28488d2b866aaf3dece (patch)
tree6c1a3e9e009abd64ca9726c639b198a433272d65
parentd15c85f6bc314bcd06c38c015451ad10af43ecbb (diff)
downloadperl-57a491175be739bfe160d28488d2b866aaf3dece.tar.gz
pod/perldelta: Fixes to pedantic failures
-rw-r--r--pod/perldelta.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 6ae2413a7e..0810497351 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -500,9 +500,9 @@ The documentation of C<qx//> now describes how C<$?> is affected.
This note has been added to perlpolicy:
- While civility is required, kindness is encouraged; if you have any doubt
- about whether you are being civil, simply ask yourself, "Am I being kind?"
- and aspire to that.
+ While civility is required, kindness is encouraged; if you have any
+ doubt about whether you are being civil, simply ask yourself, "Am I
+ being kind?" and aspire to that.
=back
@@ -958,8 +958,8 @@ Now building the POSIX extension with C++ will no longer crash.
=item *
-VMS has had C<setenv/unsetenv> since v7.0 (released in 1996), C<Perl_vmssetenv>
-now always uses C<setenv/unsetenv>.
+VMS has had C<setenv>/C<unsetenv> since v7.0 (released in 1996),
+C<Perl_vmssetenv> now always uses C<setenv>/C<unsetenv>.
=item *