Return-Path: Mailing-List: contact modperl-cvs-help@apache.org; run by ezmlm Delivered-To: mailing list modperl-cvs@apache.org Received: (qmail 14434 invoked by uid 500); 21 Apr 2000 20:18:10 -0000 Delivered-To: apmail-modperl-2.0-cvs@apache.org Received: (qmail 14429 invoked by uid 1066); 21 Apr 2000 20:18:09 -0000 Date: 21 Apr 2000 20:18:09 -0000 Message-ID: <20000421201809.14428.qmail@locus.apache.org> From: dougm@locus.apache.org To: modperl-2.0-cvs@apache.org Subject: cvs commit: modperl-2.0 Makefile.PL dougm 00/04/21 13:18:09 Modified: . Makefile.PL Log: skip autosplit Revision Changes Path 1.12 +4 -0 modperl-2.0/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/modperl-2.0/Makefile.PL,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile.PL 2000/04/21 19:43:33 1.11 +++ Makefile.PL 2000/04/21 20:18:09 1.12 @@ -181,3 +181,7 @@ ''; } + +sub MY::tool_autosplit { + ''; +}