Skip Menu |

This queue is for tickets about the Devel-StealthDebug CPAN distribution.

Report information
The Basics
Id: 6577
Status: new
Priority: 0/
Queue: Devel-StealthDebug

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.008
Fixed in: (no value)



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