summaryrefslogtreecommitdiffstats
path: root/Bugzilla/PatchReader/Raw.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/PatchReader/Raw.pm')
-rw-r--r--Bugzilla/PatchReader/Raw.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/PatchReader/Raw.pm b/Bugzilla/PatchReader/Raw.pm
index 0a8387a15..bb5a6cefd 100644
--- a/Bugzilla/PatchReader/Raw.pm
+++ b/Bugzilla/PatchReader/Raw.pm
@@ -16,6 +16,7 @@ package Bugzilla::PatchReader::Raw;
use 5.10.1;
use strict;
use warnings;
+no warnings 'utf8';
use Bugzilla::PatchReader::Base;