
Test::Unit::Debug - framework debugging control

package MyRunner;
use Test::Unit::Debug qw(debug_to_file debug_pkg);
debug_to_file('foo.log');
debug_pkg('Test::Unit::TestCase');

Switch debugging to $file.
Switch debugging to STDERR (this is the default).
Enable debugging in package $pkg.
Enable debugging in the packages @pkgs.
Enable debugging in package $pkg.
Disable debugging in the packages @pkgs.
