From ffcd256f12c9b1e7ed8744323fdd3ccfb8593a6c Mon Sep 17 00:00:00 2001 From: Smylers Date: Wed, 4 Sep 2013 10:49:41 +0100 Subject: [PATCH] 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 --- 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 -- 2.7.4