At line 350 of CTLD.pm $candidate is always reported as empty variable and the script is failing because you are using "==" instead of "eq" for checking of the variable is set/empty.
I have fixed it for me but cannot commit my changes in your repo. Suggest if you still work on this project to fix it.
The Patch files also needs refreshment, but I don't have the time to create one so I just patched manually.
At line 350 of CTLD.pm $candidate is always reported as empty variable and the script is failing because you are using "==" instead of "eq" for checking of the variable is set/empty.
I have fixed it for me but cannot commit my changes in your repo. Suggest if you still work on this project to fix it.
The Patch files also needs refreshment, but I don't have the time to create one so I just patched manually.