> Adam Spiers [EMAIL PROTECTED] wrote: > It's a kind of multiplexing wrapper around assert() and > assert_equals(), so the regex matching should work fine too. I've > already committed to Assert.pm if you want to have a look. It's not > finished yet.
That reminds me: Test::Unit should explicitly require 5.005; it uses the qr// operator and throws references (as opposed to strings) through die. Both features were introduced with 5.005. --Q _______________________________________________ Perlunit-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/perlunit-devel
