]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1588175 - Undefined subroutine utf8::SWASHNEW called at Bugzilla/Util.pm line...
authorDylan Hardison <dylan@hardison.net>
Sat, 9 May 2020 03:31:40 +0000 (23:31 -0400)
committerDylan Hardison <dylan@hardison.net>
Sat, 9 May 2020 03:31:40 +0000 (23:31 -0400)
Bugzilla.pm

index 2aefeb766f5a3c1ab3af22146b1137362ace1a9f..403e3de597f84b1c1d78bd2d28ec6102867460ac 100644 (file)
@@ -11,6 +11,8 @@ use 5.10.1;
 use strict;
 use warnings;
 
+BEGIN { eval { utf8->import; require 'utf8_heavy.pl' }; }
+
 # We want any compile errors to get to the browser, if possible.
 BEGIN {
   # This makes sure we're in a CGI.