FreeBSD.software
Home/devel/p5-Devel-StealthDebug

p5-Devel-StealthDebug

1.008_1devel

Simple non-intrusive debug module

This module lets you add debugging instructions which look like comments and do nothing unless you 'use' this module. use Devel::StealthDebug; my $foo = 0; # ... Several processing on $foo my $bar = 1 / $foo; #!assert($foo != 0)! my %myhash; #!watch(%myhash)! sub func1 { #!emit(Entering func1)! #... }

$pkg install p5-Devel-StealthDebug
metacpan.org/release/Devel-StealthDebug
Origin
devel/p5-Devel-StealthDebug
Size
24.0KiB
License
ART10, GPLv1+
Maintainer
bofh@FreeBSD.org
Dependencies
2 packages
Required by
0 packages

Dependencies (2)