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

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

2004-09-25 Thread stas
stas2004/09/24 18:16:49 Modified:perl-framework/Apache-Test Makefile.PL Changes Log: make sure that 'make distclean' cleans all the autogenerated files Revision ChangesPath 1.22 +12 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2004-09-25 Thread stas
stas2004/09/24 18:51:03 Modified:perl-framework/Apache-Test Makefile.PL Log: Makefile.old doesn't get cleaned up by MakeMaker when A-T is a sub-dir of mp2 checkout Revision ChangesPath 1.23 +1 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL

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

2004-01-06 Thread stas
stas2004/01/06 11:17:59 Modified:perl-framework/Apache-Test Makefile.PL Log: typo Revision ChangesPath 1.15 +1 -1 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL ===

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

2003-06-18 Thread stas
stas2003/06/17 19:57:10 Modified:perl-framework/Apache-Test Makefile.PL Changes Log: Instrumented Makefile.PL to unconditionally remove any old pre-installed occurrences of Apache/test.pm, which has been renamed to Apache/testold.pm in mod_perl 1.28 to avoid collisions with

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

2003-06-18 Thread stas
stas2003/06/17 19:58:22 Modified:perl-framework/Apache-Test Makefile.PL Log: untabify Revision ChangesPath 1.10 +6 -6 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2003-06-18 Thread stas
stas2003/06/17 20:01:06 Modified:perl-framework/Apache-Test Makefile.PL Log: use strict; use warnings; Revision ChangesPath 1.11 +8 -6 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2003-04-22 Thread stas
stas2003/04/21 22:21:51 Modified:perl-framework/Apache-Test Makefile.PL Log: add a dist target Revision ChangesPath 1.5 +3 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL

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

2003-03-26 Thread stas
stas2003/03/25 22:19:36 Modified:perl-framework/Apache-Test Makefile.PL Log: filter Makefile.PL for interesting to TestMM args Revision ChangesPath 1.4 +2 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL Index: Makefile.PL