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.
Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see Test::Unit or
the AUTHORS file included in this distribution).
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.