I cannot find any thing like conditional compile.
In C you can define a parm like -DTEST, and in the program use
#if defined #TEST
use FB::CommonDefs
#else
use CommonDefs
#endif
Is this kind of thing supported in PerlApp?
I may have the syntax wrong as it has been years working with C.