Subject: | Add simple way to enable tracing via env var |
It's very frustrating when App::Info::whatever gets it wrong.
It's even more frustrating to try to work out why.
Simply adding warn "@_" if $ENV{APP_INFO_TRACE}; into error() and info() would be a big help.