Skip to content

Commit

Permalink
Bug 1851352: Email::Address dependency missing (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed May 11, 2024
1 parent 18ba4d3 commit 7fa34b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Bugzilla/Install/Requirements.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7fa34b5

Please sign in to comment.