Move missing deps in the good place (#1824)

environments/ppa-mbqj77/deployments/772^2
Xavier Guimard 6 years ago
parent 264410409d
commit 4b48f95507
  1. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  2. 1
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build.pm
  3. 1
      lemonldap-ng-manager/scripts/lmConfigEditor

@ -2,7 +2,6 @@
package Lemonldap::NG::Manager::Attributes;
our $VERSION = '2.0.5';
use Lemonldap::NG::Handler::Main::Jail;
sub perlExpr {
my ( $val, $conf ) = @_;

@ -380,7 +380,6 @@ EOF
package Lemonldap::NG::Manager::Attributes;
our \$VERSION = '$Lemonldap::NG::Manager::Build::Attributes::VERSION';
use Lemonldap::NG::Handler::Main::Jail;
$managerSub

@ -3,6 +3,7 @@
use Lemonldap::NG::Common::Conf;
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Manager::Conf::Parser;
use Lemonldap::NG::Handler::Main::Jail;
use Data::Dumper;
use English qw(-no_match_vars);
use File::Temp;

Loading…
Cancel
Save