Bugs correction reported to 0.9.4

This commit is contained in:
Xavier Guimard 2009-12-07 21:17:06 +00:00
parent ec1ade733e
commit dd66b4c31c
2 changed files with 3 additions and 4 deletions

View File

@ -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 <x.guimard@free.fr> Sun, 11 Oct 2009 09:36:35 +0200

View File

@ -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;