Subject: Re: Test::More behavior issue with Devel::Cover + patch From: chromatic <[EMAIL PROTECTED]> Date: Fri, 04 Nov 2005 12:59:14 -0800
}First, if $object is a class name, it may succeed. If $object is a class name in this case, the !ref($object) in the code will catch it and guide it away from the block in question. }Second, if it's not a valid invocant, you need to wrap the whole }expression in an eval block. Again, this is already done, but unlike other places (e.g. Scalar::Util) that run an eval that might die, $SIG{__DIE__} is not localized. -Pete K -- Pete Krawczyk perl at bsod dot net