Update of /cvsroot/perlunit/src/Test-Unit/t/tlib
In directory usw-pr-cvs1:/tmp/cvs-serv23506/t/tlib
Modified Files:
ListenerTest.pm
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".
|