From e4583015fde9834c7c6c4746b06273c78e6af419 Mon Sep 17 00:00:00 2001 From: Smylers Date: Wed, 4 Sep 2013 10:54:15 +0100 Subject: [PATCH] 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 --- pod/perlhack.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4