Package: libtest-autoloader-perl Version: 0.03-2 Severity: important Tags: patch User: [email protected] Usertags: ftbfs locale Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=62839 X-Debbugs-Cc: [email protected]
This package fails to build in non-English locales, because t/00basic.t hardcodes English error messages. This can be fixed either by setting LC_ALL=C in debian/rules or by using setlocale(LC_ALL, 'C') in t/00basic.t. The latter requires the POSIX module; in this case the test script already loads it, so I picked that option. Patch attached (and already forwarded upstream.) -- Niko Tyni [email protected]

