In perl.git, the branch blead has been updated

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

- Log -----------------------------------------------------------------
commit ffcd256f12c9b1e7ed8744323fdd3ccfb8593a6c
Author: Smylers <[email protected]>
Date:   Wed Sep 4 10:49:41 2013 +0100

    Have perlbug report version being patched
    
    In the Super Quick Patch Guide, run the perlbug and perl from the working
    copy that the patch is against, so the bug report contains relevant
    version and configuration data, rather than that of whichever system perl
    the reporter happens to have installed.
    
    For: RT #119599
-----------------------------------------------------------------------

Summary of changes:
 pod/perlhack.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 7194469..5d2dec1 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -61,7 +61,7 @@ writes the file as a MIME attachment, and sends it with a 
meaningful
 subject:
 
   % git format-patch -1 --attach
-  % 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