In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c3bb902a3c063b949a0dbcac8c79b158e6bc416e?hp=6b0260474df579e9412f57249519747ab8bb5c2b>
- Log ----------------------------------------------------------------- commit c3bb902a3c063b949a0dbcac8c79b158e6bc416e Author: Yves Orton <[email protected]> Date: Wed Dec 7 00:20:05 2016 +0100 fixup pod in Porting/bench.pl vim and podcheck.t didnt agree on how long the line was, so I just gave in and submitted to its tyranny. ----------------------------------------------------------------------- Summary of changes: Porting/bench.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/bench.pl b/Porting/bench.pl index 03fd5cc621..6cb7a3c7b0 100755 --- a/Porting/bench.pl +++ b/Porting/bench.pl @@ -29,10 +29,10 @@ perls. bench.pl [options] --write=blead.time -- ./perl=blead # hack hack hack - bench.pl [options] --read=blead.time -- ./perl=hacked + bench.pl --read=blead.time -- ./perl=hacked # You can also combine --read with --write - bench.pl [options] --read=blead.time --write=last.time -- ./perl=hacked + bench.pl --read=blead.time --write=last.time -- ./perl=hacked =head1 DESCRIPTION -- Perl5 Master Repository
