From 0b88cc74bd8f0789812457b74c52fe9e7cc30543 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 15 Mar 2011 18:00:14 -0700 Subject: [PATCH] perldelta: Clean up and rearrange the utilities section --- pod/perldelta.pod | 65 +++++++++++++++---------------------------------------- 1 file changed, 17 insertions(+), 48 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8b15a4e..ea3714d 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2216,81 +2216,50 @@ two-character escape. E.g., "\q{" is now emitted instead of "\q". =head1 Utility Changes -=head3 L - -=over - -=item * - -The remote terminal works after forking and spawns new sessions - one -for each forked process (11653f7) - -=item * - -Uses the less pager path from Config instead of searching for it (bf320d6) - -=back - -=head3 L +=head3 L =over 4 =item * -The use of a deprecated C construct has been removed [perl #74404]. - -=back - -=head3 L - -=over 4 +L now looks in the EMAIL environment variable for a return address +if the REPLY-TO and REPLYTO variables are empty. =item * -L is a utility to apply pattern matching to the contents of files -in a tar archive. It comes with C. - -=back - -=head3 C - -=over 4 +L did not previously generate a From: header, potentially +resulting in dropped mail. Now it does include that header. =item * -C now looks in the EMAIL environment variable for a return address -if the REPLY-TO and REPLYTO variables are empty. +The user's address is now used as the return-path. -=item * - -C did not previously generate a From: header, potentially -resulting in dropped mail. Now it does include that header. +Many systems these days don't have a valid Internet domain name and +perlbug@perl.org does not accept email with a return-path that does +not resolve. So the user's address is now passed to sendmail so it's +less likely to get stuck in a mail queue somewhere [perl #82996]. =back -=head3 C +=head3 L -=over 4 +=over =item * -F has been modernized and can now be used to test the -well-formedness of F automatically. +The remote terminal works after forking and spawns new sessions - one +for each forked process. =back -=head3 L +=head3 L =over 4 =item * -[perl #82996] Use the user's from address as return-path in perlbug - -Many systems these days don't have a valid Internet domain name and -perlbug@perl.org does not accept email with a return-path that does -not resolve. Therefore pass the user's address to sendmail so it's -less likely to get stuck in a mail queue somewhere. (019cfd2) +L is a new utility to apply pattern matching to the contents of +files in a tar archive. It comes with C. =back -- 1.8.3.1