[Perlunit-commits] src/Test-Unit MANIFEST
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ada...@us...> - 2001-12-03 18:01:58
|
Update of /cvsroot/perlunit/src/Test-Unit In directory usw-pr-cvs1:/tmp/cvs-serv23506 Modified Files: MANIFEST 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". |