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.
Also, make distclean does clean out t/cgi-bin/cookies.pl or t/REPORT. Is that by design?

--- Makefile.PL.orig    Tue Mar 22 09:23:38 2005
+++ Makefile.PL Tue Mar 22 09:26:41 2005
@@ -52,7 +52,9 @@
 my @clean_files =
     qw(lib/Apache/TestConfigData.pm
        .mypacklist
+       t/cgi-bin/cookies.pl
        t/TEST
+       t/REPORT
        Makefile.old
       );

@@ -70,7 +72,8 @@
     NAME      => 'Apache::Test',
     VERSION   => $VERSION,
     PREREQ_PM => \%prereq,
-    NO_META   => $no_meta,
+    (ExtUtils::MakeMaker->VERSION >= 6.11) ?
+    (NO_META => $no_meta) : (),
     dist      => {
         COMPRESS => 'gzip -9f', SUFFIX => 'gz',
     },

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to