Subject: | wish: improved diagnostic for running "smolderctl start" |
I tried running "smolderctl start" and got this:
###
Base class package "Server::Control::Simple" is empty.
(Perhaps you need to 'use' the module which defines that package
first.)
at /home/mark/src/my_smolder/lib/perl5/Smolder/Server/Control.pm line 2
BEGIN failed--compilation aborted at
/home/mark/src/my_smolder/lib/perl5/Smolder/Server/Control.pm line 2.
Compilation failed in require at
/home/mark/src/my_smolder/bin/smolderctl line 6.
BEGIN failed--compilation aborted at
/home/mark/src/my_smolder/bin/smolderctl line 6.
###
However, using the same "PERL5LIB" ./bin/smolder starts without such an
error.
So, if the "smolder" script can find the configs, it seems that
"smolderctl" out to be able to find them, too.