Command line interface to edit lemonldap::ng configuration.
use Lemonldap::NG::Cli; my $app = Lemonldap::NG::Cli->new (); my $ret = $app->run (\@ARGV); exit ($ret);
Lemonldap::NG::Cli allow user to edit the configuration of Lemonldap::NG via the command line.
Lemonldap::NG, Lemonldap::NG::Common::Conf
David Delassus <[email protected]>
Copyright (C) 2012, by David Delassus
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.