In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/f6cce60a032fd351c1c7a6961fd3bcb043b3a784?hp=9589aa831c3533d85bf7042e049cbe02095df9d3>
- Log ----------------------------------------------------------------- commit f6cce60a032fd351c1c7a6961fd3bcb043b3a784 Author: Doug Bell <[email protected]> Date: Sun Aug 31 03:20:23 2014 -0500 add missing close paren in pod For: RT #122663 (partial) ----------------------------------------------------------------------- Summary of changes: pod/perlgit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlgit.pod b/pod/perlgit.pod index 2b00774..b851124 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -326,7 +326,7 @@ output. After you've generated your patch you should sent it to [email protected] (as discussed L<in the previous -section|/"Patch workflow"> with a normal mail client as an +section|/"Patch workflow">) with a normal mail client as an attachment, along with a description of the patch. You B<must not> use git-send-email(1) to send patches generated with -- Perl5 Master Repository
