NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Set locale to C (Score:1)
I usually workaround the IPC::Run test failure by setting the locale to C. So maybe you can just do the same in the test script, somehow, locally.
Re:Set locale to C (Score:1)
Setting the locale to
Csomewhere appropriate in IPC::Run itself might be a workaround, but I've no idea how the stringification of$!reacts to changing the locale. I would expect it to be quite system-specific: here (FreeBSD) I can't get perl to give me localized error messages at all (I think the translations may simply not exist, though).This is why it should be checking the numeric value :).
Reply to This
Parent