diff options
author | Dave Miller <justdave@bugzilla.org> | 2024-05-11 14:11:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 14:11:45 -0400 |
commit | 7fa34b5a4c30632c406e869921bc187e31944e94 (patch) | |
tree | 3ebfa6796f3ee97fac756ca90e4eff6211ae2ba9 /Bugzilla/Install/Requirements.pm | |
parent | 18ba4d3977ee5ce01057e51299a40eeaaf2507cb (diff) | |
download | bugs-7fa34b5a4c30632c406e869921bc187e31944e94.tar bugs-7fa34b5a4c30632c406e869921bc187e31944e94.tar.gz bugs-7fa34b5a4c30632c406e869921bc187e31944e94.tar.bz2 bugs-7fa34b5a4c30632c406e869921bc187e31944e94.tar.xz bugs-7fa34b5a4c30632c406e869921bc187e31944e94.zip |
Bug 1851352: Email::Address dependency missing (#174)
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index a7fe4f7eb..8d7ccfbc7 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -141,6 +141,11 @@ sub REQUIRED_MODULES { version => '1.904' }, { + package => 'Email-Address', + module => 'Email::Address', + version => 0, + }, + { package => 'URI', module => 'URI', # Follows RFC 3986 to escape characters in URI::Escape. |