https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395

--- Comment #97 from Jonathan Druart <jonathan.dru...@bugs.koha-community.org> 
---
Also I should note that I had to amend the code, the tests were failing

     #   Failed test 'use Koha::I18N;'
     #   at t/Koha/I18N.t line 10.
     #     Tried to use 'Koha::I18N'.
     #     Error:  "setlocale" is not exported by the Locale::Messages module

I did, in Koha/I18N.pm
-use Locale::Messages qw(:locale_h nl_putenv setlocale LC_MESSAGES);
+use Locale::Messages qw(:locale_h nl_putenv LC_MESSAGES);
+use POSIX qw (setlocale);

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to