Re: [Perlunit-devel] the old 'ok' chestnut
Status: Beta
Brought to you by:
mca1001
From: Adam S. <ad...@sp...> - 2001-11-12 19:32:28
|
Weaver, Quinn BGI SF (Qui...@ba...) wrote: > > 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. Good point, thanks. I've committed a require 5.005 in Makefile.PL. |