Re: Apache::Test assumes Test::Builder < 0.29

2005-07-14 Thread Dorian Taylor
> this is fixed in svn hm weird i thought i updated before i checked again. > 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 gettin

Re: Apache::Test assumes Test::Builder < 0.29

2005-07-14 Thread Geoffrey Young
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 sho