You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by pg...@apache.org on 2006/07/16 05:38:30 UTC

svn commit: r422347 - in /perl/modperl/branches/1.x: Changes lib/Apache/SizeLimit.pm

Author: pgollucci
Date: Sat Jul 15 20:38:29 2006
New Revision: 422347

URL: http://svn.apache.org/viewvc?rev=422347&view=rev
Log:
These seem to just work on the new Apache-SizeLimit directory
	perl Makefile.PL
	make
	make install

Next up, test make test which only works with static compiles
in the 1.x series of mod_perl.


Removed:
    perl/modperl/branches/1.x/lib/Apache/SizeLimit.pm
Modified:
    perl/modperl/branches/1.x/Changes

Modified: perl/modperl/branches/1.x/Changes
URL: http://svn.apache.org/viewvc/perl/modperl/branches/1.x/Changes?rev=422347&r1=422346&r2=422347&view=diff
==============================================================================
--- perl/modperl/branches/1.x/Changes (original)
+++ perl/modperl/branches/1.x/Changes Sat Jul 15 20:38:29 2006
@@ -10,6 +10,11 @@
 
 =item 1.30_01-dev
 
+Pull in the new Apache-SizeLimit from
+http://svn.apache.org/repos/asf/perl/Apache-SizeLimit/trunk
+and obsolete the previous lib/Apache/SizeLimit.pm.
+[Philip M. Gollucci]
+
 Fix an Apache::(Registry|PerlRun) bug caused by special characters
 in the url [kolya@mail.ru]