[Perlunit-commits] src/Test-Unit/t/tlib ListenerTest.pm
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ada...@us...> - 2001-12-03 18:01:59
|
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". |