simon-git: puzzles (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Jan 25 20:28:05 GMT 2019


TL;DR:
  d7c8733 benchmark.pl: replace use of Perl <> with <<>>.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2019-01-25 20:28:05

commit d7c873313e4e80f928377b5be8c6602b22154324
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=d7c873313e4e80f928377b5be8c6602b22154324;hp=ced51ada363d895eee796dd03923042f97f95321
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Jan 25 20:27:49 2019 +0000

    benchmark.pl: replace use of Perl <> with <<>>.
    
    I've only just found out that it has the effect of treating the argv
    words not as plain filenames, but as arguments to Perl default 'open',
    i.e. if they end in | then the text before that is treated as a
    command. That's not what was intended!

 benchmark.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list