stas 2004/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 Changes Path
1.23 +1 -0 httpd-test/perl-framework/Apache-Test/Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Makefile.PL,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -u -r1.22 -r1.23
--- Makefile.PL 25 Sep 2004 01:16:49 -0000 1.22
+++ Makefile.PL 25 Sep 2004 01:51:03 -0000 1.23
@@ -58,6 +58,7 @@
qw(lib/Apache/TestConfigData.pm
.mypacklist
t/TEST
+ Makefile.old
),
];
}