Dorian Taylor wrote:
> apparently the reset() method of Test::Builder >= 0.29_01 has been
> turned into an instance-only method, thus any call to
> Apache::Test::test_pm_refresh() when using Apache::Test qw(-withtestmore)
> will cause test code to die.

this is fixed in svn

> perhaps schwern should be notified as well?

why?  I think that at best I was mis-using the call to reset() - it always
accepted $self as an argument, but since it wasn't actually being used I
ignored it, mostly because I didn't want to mess around with getting the
$Test object.  then I saw that new() was actually a singleton and smacked
myself on the head :)

--Geoff


Reply via email to