DOKK / manpages / debian 12 / libtest-unit-perl / Test::Unit::Debug.3pm.en
Test::Unit::Debug(3pm) User Contributed Perl Documentation Test::Unit::Debug(3pm)

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.

debug_to_stderr()

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.

Test::Unit

2022-11-19 perl v5.36.0