From: Smylers Date: Wed, 4 Sep 2013 09:49:41 +0000 (+0100) Subject: Have perlbug report version being patched X-Git-Tag: upstream/5.20.0~2026 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffcd256f12c9b1e7ed8744323fdd3ccfb8593a6c;p=platform%2Fupstream%2Fperl.git 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 --- 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