Subject: | Test fails with non-English locale |
With 0.15 and a German locale I see errors like:
# Failed test 'handle missing CSV file'
# at t/30-errors.t line 10.
# got: '<table><tr><th>cannot load foo.csv</th></tr><tr><td>Datei oder Verzeichnis nicht gefunden</td></tr></table>'
# expected: '<table><tr><th>cannot load foo.csv</th></tr><tr><td>No such file or directory</td></tr></table>'
# Failed test 'handle missing JSON file'
# at t/30-errors.t line 18.
# got: '<table><tr><th>cannot load foo.json</th></tr><tr><td>Datei oder Verzeichnis nicht gefunden</td></tr></table>'
# expected: '<table><tr><th>cannot load foo.json</th></tr><tr><td>No such file or directory</td></tr></table>'
# Looks like you failed 2 tests of 5.
t/30-errors.t .........