Skip Menu |

This queue is for tickets about the YATT-Lite CPAN distribution.

Report information
The Basics
Id: 103406
Status: patched
Priority: 0/
Queue: YATT-Lite

People
Owner: hkoba [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.0.9_002



Subject: Test suite fails if LANG environment variable is unset (0.0.9_001)
On systems where LANG is not set the test suite fails: ... Use of uninitialized value $ENV{"LANG"} in concatenation (.) or string at t/lite_xhf.t line 110, <__ANONIO__> line 4. # Looks like you planned 294 tests but ran 236. # Looks like your test exited with 255 just after 236. t/lite_xhf.t ......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 58/294 subtests (less 3 skipped subtests: 233 okay) ... Setting LANG=C (or probably something else) fixes the problem.
Oh... sorry and thank you for telling me about this! I will fix this immediately! On 2015-4月-09 木 14:13:14, SREZIC wrote: Show quoted text
> On systems where LANG is not set the test suite fails: > > ... > Use of uninitialized value $ENV{"LANG"} in concatenation (.) or string > at t/lite_xhf.t line 110, <__ANONIO__> line 4. > # Looks like you planned 294 tests but ran 236. > # Looks like your test exited with 255 just after 236. > t/lite_xhf.t ......... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 58/294 subtests > (less 3 skipped subtests: 233 okay) > ... > > Setting LANG=C (or probably something else) fixes the problem.
I hope this is fixed in 0.0.9_002 On 2015-4月-09 木 14:57:52, HKOBA wrote: Show quoted text
> Oh... sorry and thank you for telling me about this! I will fix this > immediately! > > On 2015-4月-09 木 14:13:14, SREZIC wrote:
> > On systems where LANG is not set the test suite fails: > > > > ... > > Use of uninitialized value $ENV{"LANG"} in concatenation (.) or > > string > > at t/lite_xhf.t line 110, <__ANONIO__> line 4. > > # Looks like you planned 294 tests but ran 236. > > # Looks like your test exited with 255 just after 236. > > t/lite_xhf.t ......... > > Dubious, test returned 255 (wstat 65280, 0xff00) > > Failed 58/294 subtests > > (less 3 skipped subtests: 233 okay) > > ... > > > > Setting LANG=C (or probably something else) fixes the problem.
Yes, it is. On 2015-04-10 19:27:30, HKOBA wrote: Show quoted text
> I hope this is fixed in 0.0.9_002 > > On 2015-4月-09 木 14:57:52, HKOBA wrote:
> > Oh... sorry and thank you for telling me about this! I will fix this > > immediately! > > > > On 2015-4月-09 木 14:13:14, SREZIC wrote:
> > > On systems where LANG is not set the test suite fails: > > > > > > ... > > > Use of uninitialized value $ENV{"LANG"} in concatenation (.) or > > > string > > > at t/lite_xhf.t line 110, <__ANONIO__> line 4. > > > # Looks like you planned 294 tests but ran 236. > > > # Looks like your test exited with 255 just after 236. > > > t/lite_xhf.t ......... > > > Dubious, test returned 255 (wstat 65280, 0xff00) > > > Failed 58/294 subtests > > > (less 3 skipped subtests: 233 okay) > > > ... > > > > > > Setting LANG=C (or probably something else) fixes the problem.
> >