linkdd / lemonldap-cli

Command Line tool to configure LemonLDAP::NG (depecrated: now maintained by the LemonLDAP::NG team)
http://linkdd.github.com/lemonldap-cli
GNU General Public License v3.0
7 stars 0 forks source link

Bug when passing arguments list to the module #2

Closed linkdd closed 12 years ago

linkdd commented 12 years ago

In bin/lemonldap-cli :

my $ret = $app->run (@ARGV)

It will pass the content of @ARGV to the function, need to pass the array instead.