]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
followup to Bug 1880288: fix missing semicolon bugzilla-5.3.3 release-5.3.3
authorDave Miller <justdave@bugzilla.org>
Thu, 5 Sep 2024 09:41:32 +0000 (05:41 -0400)
committerDave Miller <justdave@bugzilla.org>
Thu, 5 Sep 2024 09:41:32 +0000 (05:41 -0400)
Bugzilla/Mailer.pm

index 5bb2b7747f14cb6f68c500ba5f60490eb7f4509b..f035f2476c24803c4adfba257d818bd96ee49816 100644 (file)
@@ -21,7 +21,7 @@ use Bugzilla::MIME;
 use Bugzilla::User;
 use Bugzilla::Util;
 
-use Encode qw()
+use Encode qw();
 use Date::Format qw(time2str);
 
 use Email::Sender::Simple qw(sendmail);