]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1851352: Missing Email::Address dependency (#175)
authorDave Miller <justdave@bugzilla.org>
Sat, 11 May 2024 18:12:59 +0000 (14:12 -0400)
committerGitHub <noreply@github.com>
Sat, 11 May 2024 18:12:59 +0000 (14:12 -0400)
Makefile.PL

index 45b4419ea9b82be6726d6191b943504c696e4a70..1e966dd0204665ccae0f49f6860328feee5f4359 100644 (file)
@@ -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',