Commit d4313ce6 authored by Dave Miller's avatar Dave Miller

followup to Bug 1880288: fix missing semicolon

parent f5962db7
...@@ -21,7 +21,7 @@ use Bugzilla::MIME; ...@@ -21,7 +21,7 @@ use Bugzilla::MIME;
use Bugzilla::User; use Bugzilla::User;
use Bugzilla::Util; use Bugzilla::Util;
use Encode qw() use Encode qw();
use Date::Format qw(time2str); use Date::Format qw(time2str);
use Email::Sender::Simple qw(sendmail); use Email::Sender::Simple qw(sendmail);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment