This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pod/perldelta: Fixes to pedantic failures
authorKarl Williamson <khw@cpan.org>
Tue, 12 Apr 2016 19:13:56 +0000 (13:13 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 12 Apr 2016 19:46:03 +0000 (13:46 -0600)
pod/perldelta.pod

index 6ae2413..0810497 100644 (file)
@@ -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 *