Author: stas Date: Mon Mar 7 19:35:53 2005 New Revision: 156491 URL: http://svn.apache.org/viewcvs?view=rev&rev=156491 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=diff&r1=156490&r2=156491 ============================================================================== --- perl/modperl/trunk/Changes (original) +++ perl/modperl/trunk/Changes Mon Mar 7 19:35:53 2005 @@ -12,6 +12,12 @@ =item 1.999_22-dev +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=diff&r1=156490&r2=156491 ============================================================================== --- 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