David Wheeler wrote:
[...]
So does passing the array reference actually affect the way the LWP user agent object operates? If so, that's cool, but it's undocumented. I'm not sure whether it should be documented, though, since if LWP isn't installed it certainly won't work with the simple request interface that Apache::TestRequest uses in its place.

if you want to rely on LWP-specific features, you always need to have:

  plan tests => $tests, have_lwp;

in your client tests. So the documentation should mention that requirement.

Thanks.


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to