Subject: | Tests fail with non-English locale |
With German locale (LC_ALL=de_DE.UTF-8) (and probably with older perls, approximately < 5.22) the test suite fails:
...
# Failed test 'could not write to unwritable directory'
# at t/recordstore.t line 131.
# 'Zugriff verweigert at /usr/home/eserte/.cpan/build/2018111807/Data-RecordStore-4-2/blib/lib/Data/RecordStore.pm line 73.
# at t/recordstore.t line 13.
# main::__ANON__("Zugriff verweigert at /usr/home/eserte/.cpan/build/2018111807"...) called at /usr/home/eserte/.cpan/build/2018111807/Data-RecordStore-4-2/blib/lib/Data/RecordStore.pm line 73
# Data::RecordStore::open_store("/var/tmp/cpansmoker-1023/2018111807/JU_Pu2Exjc") called at t/recordstore.t line 128
# eval {...} called at t/recordstore.t line 127
# main::test_open() called at t/recordstore.t line 23
# '
# doesn't match '(?^:Permission denied)'
...