Skip Menu |

This queue is for tickets about the Table-Readable CPAN distribution.

Report information
The Basics
Id: 120451
Status: resolved
Priority: 0/
Queue: Table-Readable

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.02



Subject: t/Table-Readable.t fails (with non-English locale)
With a German local (LC_ALL=de_DE.UTF-8) I see the following failure: # Failed test 'Non-existant file error test' # at t/Table-Readable.t line 19. # 'Datei oder Verzeichnis nicht gefunden at /usr/home/eserte/.cpan/build/2017022803/Table-Readable-0.01-5/blib/lib/Table/Readable.pm line 16. # ' # doesn't match '(?^i:no such file or directory)' # Looks like you failed 1 test of 17. t/Table-Readable.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/17 subtests
On Tue Feb 28 01:21:10 2017, SREZIC wrote: Show quoted text
> With a German local (LC_ALL=de_DE.UTF-8) I see the following failure: > > # Failed test 'Non-existant file error test' > # at t/Table-Readable.t line 19. > # 'Datei oder Verzeichnis nicht gefunden at > /usr/home/eserte/.cpan/build/2017022803/Table-Readable-0.01- > 5/blib/lib/Table/Readable.pm line 16. > # ' > # doesn't match '(?^i:no such file or directory)' > # Looks like you failed 1 test of 17. > t/Table-Readable.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/17 subtests
Thank you for letting me know. OK, I have changed the test of the error message. New version 0.02 was released to CPAN.
On 2017-02-28 01:33:48, BKB wrote: Show quoted text
> On Tue Feb 28 01:21:10 2017, SREZIC wrote:
> > With a German local (LC_ALL=de_DE.UTF-8) I see the following failure: > > > > # Failed test 'Non-existant file error test' > > # at t/Table-Readable.t line 19. > > # 'Datei oder Verzeichnis nicht gefunden at > > /usr/home/eserte/.cpan/build/2017022803/Table-Readable-0.01- > > 5/blib/lib/Table/Readable.pm line 16. > > # ' > > # doesn't match '(?^i:no such file or directory)' > > # Looks like you failed 1 test of 17. > > t/Table-Readable.t .. > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 1/17 subtests
> > Thank you for letting me know. > > OK, I have changed the test of the error message. > > New version 0.02 was released to CPAN. >
0.02 looks good.