]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 459163: checksetup.pl incorrectly displays "ppm install SASL-Authen" instead...
authorlpsolit%gmail.com <>
Thu, 9 Oct 2008 21:05:55 +0000 (21:05 +0000)
committerlpsolit%gmail.com <>
Thu, 9 Oct 2008 21:05:55 +0000 (21:05 +0000)
Bugzilla/Install/Requirements.pm

index 9ff26246e723269f7b8f19b95a3fe46c9e0273be..a43c6a19c5c4e0beb6b97dc0e55c171bdd6f635b 100644 (file)
@@ -184,7 +184,7 @@ sub OPTIONAL_MODULES {
         feature => 'LDAP Authentication'
     },
     {
-        package => 'SASL-Authen',
+        package => 'Authen-SASL',
         module  => 'Authen::SASL',
         version => 0,
         feature => 'SMTP Authentication'