From: Smylers Date: Wed, 4 Sep 2013 09:54:15 +0000 (+0100) Subject: perlbug command wrapped to fit in 79 columns X-Git-Tag: v5.19.4~293 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/e4583015fde9834c7c6c4746b06273c78e6af419 perlbug command wrapped to fit in 79 columns To pass t/porting/podcheck.t --pedantic The line-break is inside a $(...), so the lines can be copied-and-pasted as they are, complete with line-break and extra spaces, and still give the same output. Remove trailing whitespace. For: RT #119599 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 5d2dec1..35bb8e5 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -61,7 +61,8 @@ writes the file as a MIME attachment, and sends it with a meaningful subject: % git format-patch -1 --attach - % ./perl -Ilib utils/perlbug -s "[PATCH] $(git log -1 --oneline HEAD)" -f 0001-*.patch + % ./perl -Ilib utils/perlbug -s "[PATCH] $( + git log -1 --oneline HEAD)" -f 0001-*.patch The perlbug program will ask you a few questions about your email address and the patch you're submitting. Once you've answered them it