Re: Apache::Test v1.25 error - Can't use string (Test::Builder)

2005-07-18 Thread Matt Hicks
Geoffrey Young wrote: well, it's not exactly a bug - it looks like Test::Builder changed reset() from a class method to an object method since that code was written. I guess I'll need to fix that :) fixed in svn. if you have a moment to test, that would be great. Thanks! Here's the report

Apache::Test v1.25 error - Can't use string (Test::Builder) as a HASH ref

2005-06-28 Thread Matt Hicks
Sanity check! Using Apache::Test 1.25, Test::Simple 0.60, mod_perl 2.0, Apache 2.0.54. I have the following in t/response/TestHandler/01compile.pm package TestHandler::01compile; use strict; use warnings FATAL = qw(all); use Apache::Test qw(-withtestmore); use Apache2::Const -compile = qw(OK);