[Koha-bugs] [Bug 8044] Localization for Perl scripts and modules

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 7 14:19:02 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044

--- Comment #7 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to comment #6)
> when I try to run update_po.pl, I get a bunch of these:
> 
> 
> Use of uninitialized value $_ in concatenation (.) or string at update_po.pl
> line 23.

This is the cause of failure. I'm using readdir in a while loop to list all
files to pass to xgettext, but apparently this is not supporter by Perl
versions prior to 5.11.2
(http://perldoc.perl.org/5.12.0/functions/readdir.html)
I guess you are using Perl 5.10, right?

I will fix that as soon as possible.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list