Christopher H. Laco wrote: > Geoffrey Young wrote: > >> a release candidate for Apache-Test 1.21 is now available. >> >> http://cvs.apache.org/~geoff/Apache-Test-1.21-dev.tar.gz >> >> please take the time to excercise the candidate through all your existing >> applications that use Apache-Test and report back successes or failures. >> >> --Geoff > > > This is just me being silly, but that's just the way I am. :-) > > -- > [EMAIL PROTECTED] /usr/home/claco/Apache-Test-1.21-dev] $ perl Makefile.PL > [ info] generating script t/TEST > [ info] generating script ./t/cgi-bin/cookies.pl > 'NO_META' is not a known MakeMaker parameter name. > Writing Makefile for Apache::Test > Checking for File::Spec...ok > Checking for Cwd...ok > -- > > It would be nice to not even get that MakeMaker param warning.
it sounds like you're using an old MakeMaker version, which doesn't understand some of the newer tags. I think that's probably ok. > Also, make distclean does clean out t/cgi-bin/cookies.pl or t/REPORT. Is > that by design? yes, that file is autogenerated, and all autogenerated foo should be removed on major clean activities like that one. --Geoff