In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e4583015fde9834c7c6c4746b06273c78e6af419?hp=ffcd256f12c9b1e7ed8744323fdd3ccfb8593a6c>

- Log -----------------------------------------------------------------
commit e4583015fde9834c7c6c4746b06273c78e6af419
Author: Smylers <[email protected]>
Date:   Wed Sep 4 10:54:15 2013 +0100

    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
-----------------------------------------------------------------------

Summary of changes:
 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

--
Perl5 Master Repository

Reply via email to