Subject: | Build.PL hangs for AUTOMATED_TESTING |
Hello,
I am running a CPANTesters smokefarm and noticed this module hanging in
the VMs. After some investigation the culprit is the KENT_SRC env var
for the jkweb.a library.
What I would recommend is to use Module::Build's prompt function which
will recognize the env vars ( AUTOMATED_TESTING ) and use the default
values. Look at Module::Build::API for the explanation of what it's
prompt() does. Alternatively, you could just bail out if you detect
automated smoking in action...
Thanks again for your work on this module!
--
~Apocalypse