OK, things are moving fast around here ;-) Today has been another busy
day on the PerlUnit front, and I'm finally beginning to feel really
happy with the way the API is looking. Here's the log of the most
interesting commit:
some major improvements:
- fixed the existing suite-building API, extended it, documented it fully,
added/improved tests for it
- reintroduced Test/Unit.pm, this time as a placeholder for $VERSION
and some introductory pod containing pointers to the other modules
- massive refactoring of Test::Unit::Loader
- factored out Test::Unit::Suite::_warning into Test::Unit::Warning, so
it could be used elsewhere
- fixed NoTestCaseClass test
Have a look at the new pod for TestSuite in particular, and let me
know what you think. As far as I'm aware, I haven't broken any
backwards compatability anywhere, and all the tests should run more
cleanly than ever. However, I have changed a lot of stuff, so it
would be appreciated if people could at least try a `make test'.
|