Skip Menu |

This queue is for tickets about the IPC-Pipeline CPAN distribution.

Report information
The Basics
Id: 95917
Status: resolved
Priority: 0/
Queue: IPC-Pipeline

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

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



Subject: pipeline.t fails on FreeBSD with de_DE.ISO8859-1 locale
The problem is that the behavior of "tr" is somewhat surprising on FreeBSD if the de_DE.ISO8859-1 locale is in effect: $ echo AUTHOR | env LC_ALL=de_DE.ISO8859-1 tr '[A-Z]' '[a-z]' atßhor (The problem is probably caused by putting "ß" in the collation order between "s" and "t", or so) This problem is causing the pipeline.t test to fail. Easiest fix: make sure an unproblematic locale is in use, i.e. by setting LC_ALL="C". Regards, Slaven
This ought to be resolved by the release of IPC::Pipeline 1.0. More on that here: https://github.com/xantronix/IPC-Pipeline/commit/8603631448ec2d368be25763c8a3646f651c0f2e Please feel free to confirm and close ticket at your leisure. Thanks!