16 Sep
2015
16 Sep
'15
3:44 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11622 --- Comment #20 from Kyle M Hall <kyle.m.hall@gmail.com> ---
1/ use strict;use warnings; should be replaced with use Modern::Perl; 2/ You are using the utf8 pragma but there is no need of it, you don't have non-ASCII characters in the file.
I see what you mean. Thanks! -- You are receiving this mail because: You are watching all bug changes.