Subject: | Documentation suggestion |
Nice module! I basically had the same idea for a debug module for one of my
scripts (that is, the source filter thing with debug commands embedded in
comments). But it isn't really necessary to comment out the "use" line for
production code, as all you have to say is
BEGIN { eval 'use BBBikeDebug' if $ENV{BBBIKE_DEBUG} }
to avoid loading the debug module. Maybe you could add something similar
to the Devel::StealthDebug documentation.
Regards,
Slaven