7 May
2012
7 May
'12
1:19 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044 --- Comment #7 from Julian Maurice <julian.maurice@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.