svn commit: r482955 - /perl/Apache-SizeLimit/trunk/Changes

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 23:56:49 2006 New Revision: 482955 URL: http://svn.apache.org/viewvc?view=rev&rev=482955 Log: note the Hybridization Modified: perl/Apache-SizeLimit/trunk/Changes Modified: perl/Apache-SizeLimit/trunk/Changes URL: http://svn.apache.org/viewvc/perl/Apache-

svn commit: r482951 - /perl/Apache-SizeLimit/trunk/Changes

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 23:51:58 2006 New Revision: 482951 URL: http://svn.apache.org/viewvc?view=rev&rev=482951 Log: add missing bug fix to changes entry Modified: perl/Apache-SizeLimit/trunk/Changes Modified: perl/Apache-SizeLimit/trunk/Changes URL: http://svn.apache.org/viewvc

svn commit: r482949 - in /perl/Apache-SizeLimit/trunk: README lib/Apache/SizeLimit.pm lib/Apache2/SizeLimit.pm

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 23:44:01 2006 New Revision: 482949 URL: http://svn.apache.org/viewvc?view=rev&rev=482949 Log: decided what do to with pod. By default we are going to display Apache2::SizeLimit as the README and point to the 1.x series pod. Modified: perl/Apache-SizeLimit

svn commit: r482625 - in /perl/modperl/trunk: Changes lib/Apache2/PerlSections.pm

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 04:34:57 2006 New Revision: 482625 URL: http://svn.apache.org/viewvc?view=rev&rev=482625 Log: Prevent direct use of _deprecated_ Apache2::ReadConfig in sections with httpd Alias directives from incorrectly generating 'The Alias directive in x at line y will

svn commit: r482619 - /perl/modperl/trunk/lib/Apache2/PerlSections.pm

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 04:20:28 2006 New Revision: 482619 URL: http://svn.apache.org/viewvc?view=rev&rev=482619 Log: fix a typo Modified: perl/modperl/trunk/lib/Apache2/PerlSections.pm Modified: perl/modperl/trunk/lib/Apache2/PerlSections.pm URL: http://svn.apache.org/viewvc/per

svn commit: r482600 - in /perl/modperl/trunk: Changes lib/Apache2/PerlSections.pm

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 03:23:28 2006 New Revision: 482600 URL: http://svn.apache.org/viewvc?view=rev&rev=482600 Log: without this, sydump() returned things like: [ 'PerlConfig', undef ], [ 'Alias', undef ], [ 'Location', undef ], Modified: perl/modperl/trunk/Changes perl

svn commit: r482563 - /perl/modperl/trunk/src/modules/perl/

2006-12-05 Thread pgollucci
Author: pgollucci Date: Tue Dec 5 02:01:08 2006 New Revision: 482563 URL: http://svn.apache.org/viewvc?view=rev&rev=482563 Log: o Move MP_PERL_VERSION* from modperl_util.h to modperl_common_util.h o add MP_PERL_BRANCH to replace 5_6_x and related o Replace all occurences of PERL_REVISION, PERL_VE