summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-10-09 23:05:55 +0200
committerlpsolit%gmail.com <>2008-10-09 23:05:55 +0200
commit01ca88808b4b9bf32f3a1becc90fd500df89e274 (patch)
tree2295b1c04ebab32f679161bbc05eb8a495bda03b /Bugzilla
parenta065482fe367839c934f9df5454ccce587a6b506 (diff)
downloadbugzilla-01ca88808b4b9bf32f3a1becc90fd500df89e274.tar.gz
bugzilla-01ca88808b4b9bf32f3a1becc90fd500df89e274.tar.xz
Bug 459163: checksetup.pl incorrectly displays "ppm install SASL-Authen" instead of Authen-SASL - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Install/Requirements.pm2
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'