]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1851352: Email::Address dependency missing (#174)
authorDave Miller <justdave@bugzilla.org>
Sat, 11 May 2024 18:11:45 +0000 (14:11 -0400)
committerGitHub <noreply@github.com>
Sat, 11 May 2024 18:11:45 +0000 (14:11 -0400)
Bugzilla/Install/Requirements.pm

index a7fe4f7ebdbc39ee04f6e1116ee8d72a1db6a598..8d7ccfbc7e6854abeddefa606d3029482617a37e 100644 (file)
@@ -140,6 +140,11 @@ sub REQUIRED_MODULES {
         # This fixes a memory leak in walk_parts that affected jobqueue.pl.
         version => '1.904'
     },
+    {
+        package => 'Email-Address',
+        module  => 'Email::Address',
+        version => 0,
+    },
     {
         package => 'URI',
         module  => 'URI',