Re: [Perlunit-devel] assert.pm not 100%
Status: Beta
Brought to you by:
mca1001
|
From: Adam S. <ad...@sp...> - 2001-11-07 20:47:39
|
Hans Donner (co...@po...) wrote:
> Im in the proces of using PerlUnit for an OO-aaplication.
> While doing so, I encountered a problem with the Assert.pm.
>
> I think Ive localised it.
>
> At the elsif (eval {$assertion->isa( UNIVERSAL )} ) {
>
> a require Test::Unit::Assrtion::Boolean; is missing.
Thanks Hans, I've committed this to the PDC_REFACTOR branch, which
should eventually get merged back into HEAD.
|