From dd66b4c31c35f44a44729d9ce6babdaf64c9daf6 Mon Sep 17 00:00:00 2001 From: Xavier Guimard Date: Mon, 7 Dec 2009 21:17:06 +0000 Subject: [PATCH] Bugs correction reported to 0.9.4 --- build/lemonldap-ng/changelog | 2 +- modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build/lemonldap-ng/changelog b/build/lemonldap-ng/changelog index b75a3a905..474d3f4e0 100644 --- a/build/lemonldap-ng/changelog +++ b/build/lemonldap-ng/changelog @@ -15,7 +15,7 @@ lemonldap-ng (0.9.4.1) unstable; urgency=low * syslog facility was not taken in account in Common/CGI.pm * require failed in _Multi.pm * doc update - * run debconf translation (Closes: #550552 / bugs.debian.org) + * russian debconf translation (Closes: #550552 / bugs.debian.org) -- Xavier Guimard Sun, 11 Oct 2009 09:36:35 +0200 diff --git a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm index 7c310ade2..0f9155486 100644 --- a/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm +++ b/modules/lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf.pm @@ -9,9 +9,8 @@ package Lemonldap::NG::Common::Conf; use strict; no strict 'refs'; -use Lemonldap::NG::Common::Conf::Constants; #inherits -use Lemonldap::NG::Common::Crypto - ; #link protected cipher Object "cypher" in configuration hash +use Lemonldap::NG::Common::Conf::Constants; #inherits +use Lemonldap::NG::Common::Crypto; #link protected cipher Object "cypher" in configuration hash use Regexp::Assemble; use Config::IniFiles;