RE: [Perlunit-devel] the old 'ok' chestnut
Status: Beta
Brought to you by:
mca1001
From: Weaver, Q. B. S. <Qui...@ba...> - 2001-11-12 17:25:22
|
> Adam Spiers ad...@sp... 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 |