svn commit: r437102 - /perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:56:25 2006 New Revision: 437102 URL: http://svn.apache.org/viewvc?rev=437102&view=rev Log: remove these 2 tests for now Modified: perl/Apache-SizeLimit/trunk/t/response/TestApache2/deprecated.pm Modified: perl/Apache-SizeLimit/trunk/t/response/TestApache

svn commit: r437100 - /perl/Apache-SizeLimit/trunk/MANIFEST

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:54:30 2006 New Revision: 437100 URL: http://svn.apache.org/viewvc?rev=437100&view=rev Log: update MANIFEST to account for the test rename Modified: perl/Apache-SizeLimit/trunk/MANIFEST Modified: perl/Apache-SizeLimit/trunk/MANIFEST URL: http://svn.apac

svn commit: r437093 - /perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:11:35 2006 New Revision: 437093 URL: http://svn.apache.org/viewvc?rev=437093&view=rev Log: fix cut and paste error Modified: perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache2/SizeLimit.pm URL: http:/

svn commit: r437092 - in /perl/Apache-SizeLimit/trunk: lib/Apache2/SizeLimit.pm t/response/TestApache2/basic.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:06:45 2006 New Revision: 437092 URL: http://svn.apache.org/viewvc?rev=437092&view=rev Log: $r->Apache2::RequestUtil::get_handlers() segfaults with anonymous subs. This however is a mod_perl 2.x issue not Apache::SizeLimit, so we code around it for now. Th

svn commit: r437091 - in /perl/Apache-SizeLimit/trunk: MANIFEST lib/Apache/SizeLimit.pm lib/Apache/SizeLimit/Core.pm lib/Apache2/SizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 23:01:20 2006 New Revision: 437091 URL: http://svn.apache.org/viewvc?rev=437091&view=rev Log: s/Apache::BaseSizeLimit/Apache::SizeLimit::Core/ Modified: perl/Apache-SizeLimit/trunk/MANIFEST perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm perl/Ap

svn commit: r437090 - in /perl/Apache-SizeLimit/trunk/lib/Apache: BaseSizeLimit.pm SizeLimit/ SizeLimit/Core.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 22:59:05 2006 New Revision: 437090 URL: http://svn.apache.org/viewvc?rev=437090&view=rev Log: rename BaseSizeLimit to Apache::SizeLimit::Core Thread: <[EMAIL PROTECTED]> Added: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit/ perl/Apache-SizeLimit/trun

svn commit: r436773 - /perl/Apache-SizeLimit/trunk/t/apache2/all.t

2006-08-25 Thread autarch
Author: autarch Date: Fri Aug 25 05:00:30 2006 New Revision: 436773 URL: http://svn.apache.org/viewvc?rev=436773&view=rev Log: This shuts up a warning if mod_perl2 isn't installed at all. Modified: perl/Apache-SizeLimit/trunk/t/apache2/all.t Modified: perl/Apache-SizeLimit/trunk/t/apache2/al

svn commit: r436772 - /perl/Apache-SizeLimit/trunk/t/apache2/all.t

2006-08-25 Thread autarch
Author: autarch Date: Fri Aug 25 04:59:25 2006 New Revision: 436772 URL: http://svn.apache.org/viewvc?rev=436772&view=rev Log: Remove a rather gross bit of tabbing. Modified: perl/Apache-SizeLimit/trunk/t/apache2/all.t Modified: perl/Apache-SizeLimit/trunk/t/apache2/all.t URL: http://svn.ap

svn commit: r436733 - in /perl/Apache-SizeLimit/trunk/t: apache/zzz_check_n_requests.t apache2/zzz_check_n_requests.t response/TestApache/zzz_check_n_requests.pm response/TestApache2/zzz_check_n_reque

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 02:21:42 2006 New Revision: 436733 URL: http://svn.apache.org/viewvc?rev=436733&view=rev Log: account for the file renames in the code Modified: perl/Apache-SizeLimit/trunk/t/apache/zzz_check_n_requests.t perl/Apache-SizeLimit/trunk/t/apache2/zzz_check_

svn commit: r436732 - in /perl/Apache-SizeLimit/trunk/t: apache/ apache2/ response/TestApache/ response/TestApache2/

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 02:20:46 2006 New Revision: 436732 URL: http://svn.apache.org/viewvc?rev=436732&view=rev Log: since this test kills the httpd server it _MUST_ run last or there will be no server left to finish the other tests. This particularly matters with -DONE_PROCESS which

svn commit: r436729 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 02:06:19 2006 New Revision: 436729 URL: http://svn.apache.org/viewvc?rev=436729&view=rev Log: ref($class) should be $class Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm U

svn commit: r436719 - /perl/Apache-SizeLimit/trunk/README

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:45:03 2006 New Revision: 436719 URL: http://svn.apache.org/viewvc?rev=436719&view=rev Log: 1.x should be functional again 2.x is still broken Modified: perl/Apache-SizeLimit/trunk/README Modified: perl/Apache-SizeLimit/trunk/README URL: http://svn.apac

svn commit: r436718 - /perl/Apache-SizeLimit/trunk/Makefile.PL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:43:32 2006 New Revision: 436718 URL: http://svn.apache.org/viewvc?rev=436718&view=rev Log: o simply argument processing loop in wanted_mp_generation() o s/mp2/mp1/ in a comment Modified: perl/Apache-SizeLimit/trunk/Makefile.PL Modified: perl/Apache-Size

svn commit: r436717 - /perl/Apache-SizeLimit/trunk/Makefile.PL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:39:55 2006 New Revision: 436717 URL: http://svn.apache.org/viewvc?rev=436717&view=rev Log: clean up the %common_opts to only have common options and move the mp1, mp2 options into the ExitUtils::MakeMaker for 1.x and ModPerl::MM for 2.x Modified: perl/A

svn commit: r436716 - /perl/Apache-SizeLimit/trunk/Makefile.PL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:38:00 2006 New Revision: 436716 URL: http://svn.apache.org/viewvc?rev=436716&view=rev Log: Hybridize This code was shamelessly stolen from Apache::VMonitor and Apache::Peek Modified: perl/Apache-SizeLimit/trunk/Makefile.PL Modified: perl/Apache-SizeL

svn commit: r436715 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:27:22 2006 New Revision: 436715 URL: http://svn.apache.org/viewvc?rev=436715&view=rev Log: WIN32 check was overly complex, we know we're in mod_perl2, so we can just skip WIN32 init Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modif

svn commit: r436714 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:25:29 2006 New Revision: 436714 URL: http://svn.apache.org/viewvc?rev=436714&view=rev Log: A2::SL doesn't work on windows because of threading Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Ap

svn commit: r436713 - /perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:24:11 2006 New Revision: 436713 URL: http://svn.apache.org/viewvc?rev=436713&view=rev Log: fix some indentation Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/BaseSizeLimit.pm URL: http

svn commit: r436708 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 01:06:23 2006 New Revision: 436708 URL: http://svn.apache.org/viewvc?rev=436708&view=rev Log: match indentation of A2::SL Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm URL: http

svn commit: r436696 - /perl/Apache-SizeLimit/trunk/INSTALL

2006-08-25 Thread pgollucci
Author: pgollucci Date: Fri Aug 25 00:42:24 2006 New Revision: 436696 URL: http://svn.apache.org/viewvc?rev=436696&view=rev Log: Note that for dynamic mod_perl you have to tell it -apxs not -httpd Modified: perl/Apache-SizeLimit/trunk/INSTALL Modified: perl/Apache-SizeLimit/trunk/INSTALL UR

svn commit: r436685 - in /perl/Apache-SizeLimit/trunk/t: apache/check_n_requests.t apache2/check_n_requests.t

2006-08-25 Thread pgollucci
Author: pgollucci Date: Thu Aug 24 23:59:13 2006 New Revision: 436685 URL: http://svn.apache.org/viewvc?rev=436685&view=rev Log: remove the extra leading space from regex Modified: perl/Apache-SizeLimit/trunk/t/apache/check_n_requests.t perl/Apache-SizeLimit/trunk/t/apache2/check_n_reques