Re: [Apache-dispatch-devel] Fwd: SF.net SVN: apache-dispatch: [50] trunk
Brought to you by:
geoffrey_young,
phred_moyer
|
From: Geoffrey Y. <ge...@mo...> - 2006-08-07 18:53:00
|
>> require Apache::TestRequest; >> >> ? > > > I can do that part, but the Apache::TestRequest->import(qw(GET_OK)) > still results in the "can't call method GET_OK without package or object > name" error, which I don't get when I 'use Apache::TestRequest' > directly. I'll wrap that up into a reproducible case and post it > tonight. I'm really close on having this just do the right thing. I've > got a test environment also that I can test mp1 and mp2 with and without > Apache::Test and Apache::Filter so I think all the bases are covered - > just this one last nit. hmph, sounds like import() is up to something funky. maybe just fully qualify Apache::TestRequest::GET_OK($url) in the code? --Geoff |