Re: cvs commit: httpd-test/perl-framework/Apache-Test Makefile.PL Changes

2004-09-27 Thread Geoffrey Young
+sub clean_files { +return [ +qw(lib/Apache/TestConfigData.pm + .mypacklist + t/TEST + ), + ]; +} [EMAIL PROTECTED] mod_perl-2.0]$ perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs Reading Makefile.PL

cvs commit: httpd-test/perl-framework/Apache-Test Makefile.PL

2004-09-27 Thread stas
stas2004/09/26 21:16:22 Modified:perl-framework/Apache-Test Makefile.PL Log: a sub-dir Makefile.PL can't have the same function name as the top-level Makefile.PL :( Revision ChangesPath 1.24 +8 -11 httpd-test/perl-framework/Apache-Test/Makefile.PL