From a0fd7ccb3c694bc0be44608bb553704a05281e99 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 16 Apr 2015 07:50:09 -0400 Subject: [PATCH] Bug 11084 [QA Followup] --- misc/cronjobs/delete_records_via_leader.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/cronjobs/delete_records_via_leader.pl b/misc/cronjobs/delete_records_via_leader.pl index f8e10f4..7b08828 100755 --- a/misc/cronjobs/delete_records_via_leader.pl +++ b/misc/cronjobs/delete_records_via_leader.pl @@ -21,7 +21,7 @@ use Modern::Perl; -binmode( STDOUT, ":utf8" ); +binmode( STDOUT, ":encoding(UTF-8)" ); BEGIN { -- 1.7.2.5