From: Dave Miller Date: Sat, 11 May 2024 18:12:59 +0000 (-0400) Subject: Bug 1851352: Missing Email::Address dependency (#175) X-Git-Tag: bugzilla-5.3.3~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d066c09d0211ae7c84056f17bc6af64784e9a7b;p=thirdparty%2Fbugzilla.git Bug 1851352: Missing Email::Address dependency (#175) --- diff --git a/Makefile.PL b/Makefile.PL index 45b4419ea9..1e966dd020 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -62,6 +62,7 @@ my %requires = ( 'Digest::SHA' => 0, 'Email::MIME' => '1.904', 'Email::Sender' => '1.300011', + 'Email::Address' => 0, 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'JSON::XS' => '2.01',