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-
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
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
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
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
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
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