[Perlunit-users] Version 0.25 is out
Status: Beta
Brought to you by:
mca1001
From: Matthew A. <mc...@us...> - 2005-10-16 20:48:10
|
[crossposted to both lists, please pick one if you're replying] Test::Unit 0.25 is released to SourceForge, https://sourceforge.net/project/showfiles.php?group_id=2653&package_id=2626&release_id=363716 and CPAN, http://search.cpan.org/~mcast/Test-Unit-0.25/ Here's a copy of the SourceForge release notes and change summary, Mostly a bugfix release: all outstanding serious bugs are fixed, build and install should now be clean (previous version required "force install" under cpan shell). Updates for new features and minor bugs will follow. + significant fixes to assert_deep_equals wrt. circular structures, scalar references and comparison of undef; and installation tests for these + make the is_numeric test stricter, which will affect results from assert_equal; tests for is_numeric + first stab at a UML class diagram, check the doc/class-diagram.txt before relying on it too heavily + tidy up and clarify the copyright notices, author POD sections; hopefully in a consistent and fair way + improve "Show..." dialog in GUI + remove some old junk Older changes, + changes to Test::Unit::Decorator + bugfix in T:U::Procedural + test and improve filtering Please see ChangeLog or CVS logs for more details. There are still some minor bugs against the package. I'll work through these too, but I think the next major work should be on the documentation. Matthew #8-) |