> However, after a bit more searching in the archives, I found what looks > to be a more up-to-date release of the skeleton at > http://perl.apache.org/~geoff/Apache-Test-skeleton-mp2.tar.gz
my home directory is the proper place to look for these > Now on to the issues I had with the test package (these are based on the > older package which is also what I uploaded to my server but still apply > to the newer release): > > 1) It would be nice to include sample code in Makefile.PL which would > allow a custom TEST.PL to be built (which I needed to do in order to > redirect STDERR under Win*). keep in mind that these are only a guide - there is lots of documentation out there to read if you want more than just the bare basics. > The existing code seems to only build the > default TEST script. because that's enough for most people. > Here's what I used: > > Apache::TestMM::generate_script('t/TEST'); that's right. > > 2) When I upgraded to Apache 2.0.52, ActiveState Perl 5.8.6 and mod_perl > 1.9921, I began to receive the following error when running t/bug.t > (this time in a dialog box rather than the usual warning message to > STDERR): > > The procedure entry point modperl_server_root_relative could not > be located in the dynamic link library mod_perl.so. > > The error occurs when the GET function is called. It looks like it's far > deeper into the A::T framework than I've ventured. I dunno. --Geoff