Peter Fri, 29 Jul 2005 02:33:07 -0700
Michael G Schwern wrote:
* Added the long delayed BAIL_OUT to Test::More.
So, the way I would go about using this would be something like this? my $obj=new SomeObj(); isa($obj, "SomeObj") or BAIL_OUT("It wasn't my object :("); --Peter