Author: geoff Date: Fri Mar 11 06:42:45 2005 New Revision: 157085 URL: http://svn.apache.org/viewcvs?view=rev&rev=157085 Log: sync with trunk revision 156491
Modified: perl/modperl/branches/apache2-rename-unstable/Changes perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/Manifest.pm Modified: perl/modperl/branches/apache2-rename-unstable/Changes URL: http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/Changes?view=diff&r1=157084&r2=157085 ============================================================================== --- perl/modperl/branches/apache2-rename-unstable/Changes (original) +++ perl/modperl/branches/apache2-rename-unstable/Changes Fri Mar 11 06:42:45 2005 @@ -29,6 +29,15 @@ if $r->document_root was modified, restore it at the end of request [joes] +Syntax errors in <Perl> sections were not correctly caught and +reported. [Gozer] + +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] + Apache::ServerRec method which set the non-integer fields in the server_rec, now copy the value from the perl scalar, so if it changes or goes out of scope the C struct is not affected. Using internal perl Modified: perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/Manifest.pm URL: http://svn.apache.org/viewcvs/perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/Manifest.pm?view=diff&r1=157084&r2=157085 ============================================================================== --- perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/Manifest.pm (original) +++ perl/modperl/branches/apache2-rename-unstable/lib/ModPerl/Manifest.pm Fri Mar 11 06:42:45 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