diff options
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 9ff26246e..a43c6a19c 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -184,7 +184,7 @@ sub OPTIONAL_MODULES { feature => 'LDAP Authentication' }, { - package => 'SASL-Authen', + package => 'Authen-SASL', module => 'Authen::SASL', version => 0, feature => 'SMTP Authentication' |