I have recently been adding and updating tests to my biggest Catalyst
project and have been a bit perplexed by the debugging output…in particular
that I was seeing any of it! Generally, I like to see all that output scroll
by, but when running Test::WWW::Mechanize::Catalyst
tests over and
over again, it just clutters things and obfuscates any failures.
I had removed -Debug
from the plugin list and tried
CATALYST_DEBUG=0
env variable, but I continued to see a lot of the
debug messages. After a bit of Googling, I finally learned that this was a
feature.