From 01ca88808b4b9bf32f3a1becc90fd500df89e274 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 9 Oct 2008 21:05:55 +0000 Subject: Bug 459163: checksetup.pl incorrectly displays "ppm install SASL-Authen" instead of Authen-SASL - Patch by Frédéric Buclin r/a=mkanat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bugzilla/Install/Requirements.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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' -- cgit v1.2.3-24-g4f1b