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

Reply via email to