Update of /cvsroot/perlunit/src/Test-Unit/t
In directory usw-pr-cvs1:/tmp/cvs-serv23506/t
Modified Files:
all_tests.t
Log Message:
All debugging now happens through a simple unified debugging class
Test::Unit::Debug. This allows the user to turn debugging on/off
dynamically, still on a per-package basis, but in a more convenient
way. Also eliminates the problem with `make test' failing when
DEBUG is "compiled in".
|