Skip Menu |

This queue is for tickets about the triceps CPAN distribution.

Report information
The Basics
Id: 106833
Status: new
Priority: 0/
Queue: triceps

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

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



Subject: t/AppFd.t fails with German locale
On a debian/wheezy system with German locale (LC_ALL=de_DE.UTF-8) t/AppFd.t fails: # Test 6 got: "Triceps::App::storeFd: dup failed: Ung\xC3\xBCltiger Dateideskriptor at t/AppFd.t line 296\n\teval {...} called at t/AppFd.t line 296\n" (t/AppFd.t at line 297) # Expected: "(?^:^Triceps::App::storeFd: dup failed: Bad file descriptor)" # t/AppFd.t line 297 is: ok($@, qr/^Triceps::App::storeFd: dup failed: Bad file descriptor/); t/AppFd.t ................. Failed 1/54 subtests With LC_ALL=C the test passes on the same system. Probably, if you can, you should use numeric $! (probably EBADF) instead of string $!.