Skip Menu |

This queue is for tickets about the Unix-Uptime CPAN distribution.

Report information
The Basics
Id: 69241
Status: resolved
Priority: 0/
Queue: Unix-Uptime

People
Owner: PIOTO [...] cpan.org
Requestors: PIOTO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.3701
Fixed in: 0.4000



http://www.cpantesters.org/cpan/report/03ec15e8-a2d8-11e0-9cb4-d3922c9f2468 Looks like tests fail with LANG=de_AT.UTF-8: # Failed test at t/003-load.t line 15. # $ uptime # 7:15 up 4 days, 16:25, 4 users, load averages: 2,29 2,36 2,22 Need to match [.,] there instead of \. I think.
On 2011-07-01 22:30:38, PIOTO wrote: Show quoted text
> http://www.cpantesters.org/cpan/report/03ec15e8-a2d8-11e0-9cb4-d3922c9f2468 > > Looks like tests fail with LANG=de_AT.UTF-8: > > # Failed test at t/003-load.t line 15. > # $ uptime > # 7:15 up 4 days, 16:25, 4 users, load averages: 2,29 2,36 2,22 > > Need to match [.,] there instead of \. I think.
And not only LANG, but also LC_ALL. Here's a sample fail report: http://www.cpantesters.org/cpan/report/37d85ad4-81fa-11e3-a101-f18667f67003 Regards, Slaven
Patched with a Github pull request: https://github.com/pioto/Unix-Uptime/pull/3
This should be fixed in v0.4000, which was released a few weeks ago. Please test again and reopen this request if it is not.