Subject: | Locale-specific error (0.31) |
t/53-perl.t and t/perl-taint.t fail in some situations (non-English locale, maybe only for older perls):
...
# Failed test 'error thrown'
# at t/53-perl.t line 59.
# 'Datei oder Verzeichnis nicht gefunden at /usr/home/eserte/.cpan/build/2017042321/Config-Any-0.31-0/blib/lib/Config/Any/Perl.pm line 61.
# '
# doesn't match '(?^:No such file or directory)'
# Looks like you failed 1 test of 12.
t/53-perl.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/12 subtests
...
# Failed test 'error thrown'
# at ./t/53-perl.t line 59.
# 'Datei oder Verzeichnis nicht gefunden at /usr/home/eserte/.cpan/build/2017042321/Config-Any-0.31-0/blib/lib/Config/Any/Perl.pm line 61.
# '
# doesn't match '(?^:No such file or directory)'
Datei oder Verzeichnis nicht gefunden at t/perl-taint.t line 5.
# Looks like your test exited with 2 just after 12.
t/perl-taint.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/12 subtests
...