Correct the Pod used to block comment a section of git log output.
authorNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2011 08:23:47 +0000 (09:23 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 22 Dec 2011 08:23:47 +0000 (09:23 +0100)
commit911bfca9fca9e4fddb455137dd35806cfa8adf5a
treeb1adefe60f05d79cf3909754d9bb92ef7a252dcb
parent48eabb99200aeda63e70ade7e9df4a309f13fe31
Correct the Pod used to block comment a section of git log output.

Commit 31940c077ae95db7 added some git log output. To avoid the need to
re-indent it, it was "commented out" using Pod. However, the Pod used was
buggy. It used a =for, when it should have used a =begin/=end pair.

Without this, Pod renderers display the "comment" as if it is part of the
documentation, which isn't desired.
Porting/bisect-runner.pl