diff options
author | Smylers <Smylers@stripey.com> | 2013-09-04 10:54:15 +0100 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-09-05 03:08:26 +0200 |
commit | e4583015fde9834c7c6c4746b06273c78e6af419 (patch) | |
tree | 68f1798bad08718446fa91ab16ae4b474ae6fa81 /pod/perlhack.pod | |
parent | ffcd256f12c9b1e7ed8744323fdd3ccfb8593a6c (diff) | |
download | perl-e4583015fde9834c7c6c4746b06273c78e6af419.tar.gz |
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
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 5d2dec1e40..35bb8e574a 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 |