diff options
-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. |