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

--- Comment #8 from Jonathan Druart <[email protected]> 2012-01-18 
09:16:52 UTC ---
Created attachment 7211
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7211
Bug 6751 Remplace encoding mode for perlcritic

This patch replaces 
    binmode( STDOUT, ":utf8" );
with
    binmode( STDOUT, ":encoding(UTF-8)");

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
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/

Reply via email to