Return-Path: Delivered-To: apmail-perl-modperl-cvs-archive@www.apache.org Received: (qmail 77202 invoked from network); 8 Mar 2005 03:35:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Mar 2005 03:35:58 -0000 Received: (qmail 6043 invoked by uid 500); 8 Mar 2005 03:35:57 -0000 Delivered-To: apmail-perl-modperl-cvs-archive@perl.apache.org Received: (qmail 6024 invoked by uid 500); 8 Mar 2005 03:35:57 -0000 Mailing-List: contact modperl-cvs-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@perl.apache.org Delivered-To: mailing list modperl-cvs@perl.apache.org Received: (qmail 6010 invoked by uid 99); 8 Mar 2005 03:35:57 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 07 Mar 2005 19:35:56 -0800 Received: (qmail 77184 invoked by uid 65534); 8 Mar 2005 03:35:55 -0000 Message-ID: <20050308033555.77183.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Mailer: svnmailer-1.0.0-dev Date: Tue, 08 Mar 2005 03:35:54 -0000 Subject: svn commit: r156491 - in perl/modperl/trunk: Changes lib/ModPerl/Manifest.pm To: modperl-cvs@perl.apache.org From: stas@apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Author: stas Date: Mon Mar 7 19:35:53 2005 New Revision: 156491 URL: http://svn.apache.org/viewcvs?view=3Drev&rev=3D156491 Log: when building mp2 EU::MM looks into Apache-Test/MANIFEST and complains about the missing Apache-Test/META.yml (which is indeed not included in the modperl package due to the PAUSE problems of dealing with more than one META.yml. Solution: Exclude Apache-Test/MANIFEST from mod_perl distribution package. Modified: perl/modperl/trunk/Changes perl/modperl/trunk/lib/ModPerl/Manifest.pm Modified: perl/modperl/trunk/Changes URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?view=3Ddiff&r= 1=3D156490&r2=3D156491 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Mon Mar 7 19:35:53 2005 @@ -12,6 +12,12 @@ =20 =3Ditem 1.999_22-dev =20 +when building mp2 EU::MM looks into Apache-Test/MANIFEST and complains +about the missing Apache-Test/META.yml (which is indeed not included +in the modperl package due to the PAUSE problems of dealing with more +than one META.yml. Solution: Exclude Apache-Test/MANIFEST from +mod_perl distribution package. [Stas] + ModPerl::Registry no longer checks for -x bit (we don't executed scripts anyway), and thus works on acl-based filesystems. Also replaced the -r check with a proper error handling when the file is Modified: perl/modperl/trunk/lib/ModPerl/Manifest.pm URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/lib/ModPerl/Manifest.= pm?view=3Ddiff&r1=3D156490&r2=3D156491 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- perl/modperl/trunk/lib/ModPerl/Manifest.pm (original) +++ perl/modperl/trunk/lib/ModPerl/Manifest.pm Mon Mar 7 19:35:53 2005 @@ -120,5 +120,9 @@ # PAUSE breaks if a dist has more than one META.yml. the top-level # META.yml already excludes Apache-Test from indexing Apache-Test/META.yml +# exclude Apache-Test/MANIFEST since it confuses the mp2 build (e.g it +# wants Apache-Test/META.yml which we don't supply, see above) +Apache-Test/MANIFEST + # this is an internal to developers sub-project Apache-Test/Apache-TestItSelf