1) I'd like to find a portable way to make perl Makefile.PL TEST_VERBOSE=1 work. I have a patch for this somplace, but it required GetOpts from 5.8.0 and I couldn't figure out how to make it work with 5.6. this is just a minor thing.
OK, I'll look at it.
2) for XS based 1.0 modules, I need to <Perl> use blib; </Perl> in order to let Apache::Test see the .so files in my blib, which is really annoying. I'd like to find some way around this. I've not played around with XS on mod_perl 2.0, but I'd be interested in seeing if it has the same issue. you can try removing the blib stuff from extra.conf.in in
http://www.modperlcookbook.org/~geoff/modules/Apache-AuthDigest-0.022.tar.gz
if you want to try it out.
now I use:
PerlSwitches [EMAIL PROTECTED]@/../blib -MApache2
I'm not quite sure why this should be an Apache::Test responsibility?
Just stuff it in t/conf/modperl_extra_startup.pl
I'm working on Apache::Peek's all-in-one Makefile.PL/TEST.PL, it gets quite elaborated. May be this could all be converted into yet another separate module.
__________________________________________________________________ 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
