http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8044
--- Comment #7 from Julian Maurice <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
