svn commit: r422172 - /perl/modperl/branches/1.x/

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 00:50:26 2006 New Revision: 422172 URL: http://svn.apache.org/viewvc?rev=422172&view=rev Log: set Apache-SizeLimit https://svn.apache.org/repos/asf/perl/Apache-SizeLimit/trunk Modified: perl/modperl/branches/1.x/ (props changed) Propchange: perl/modperl

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

2006-07-15 Thread autarch
Author: autarch Date: Sat Jul 15 07:20:49 2006 New Revision: 422232 URL: http://svn.apache.org/viewvc?rev=422232&view=rev Log: I just like use strict to be the first thing after the package definition. Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Modified: perl/Apache-SizeLi

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

2006-07-15 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: > I just like use strict to be the first thing after the package > definition. HOORAY! -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Se

svn commit: r422345 [1/2] - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 20:23:25 2006 New Revision: 422345 URL: http://svn.apache.org/viewvc?rev=422345&view=rev Log: vain attempt at our style guidlines no functional changes. Modified: perl/modperl/branches/1.x/Makefile.PL

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

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 20:36:41 2006 New Revision: 422346 URL: http://svn.apache.org/viewvc?rev=422346&view=rev Log: add -dev to $VERSION Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm URL: http://svn.a

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

2006-07-15 Thread pgollucci
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 s

svn commit: r422355 - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 20:54:15 2006 New Revision: 422355 URL: http://svn.apache.org/viewvc?rev=422355&view=rev Log: left justify the makefile targets and tab indent the cmds There must be a better way Modified: perl/modperl/branches/1.x/Makefile.PL Modified: perl/modperl/b

svn commit: r422357 - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 20:58:11 2006 New Revision: 422357 URL: http://svn.apache.org/viewvc?rev=422357&view=rev Log: sadly my editor was setup to insert spaces and not tabs so this time its an actual tab and not 4 spaces Modified: perl/modperl/branches/1.x/Makefile.PL Modified:

svn commit: r422361 - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 21:04:03 2006 New Revision: 422361 URL: http://svn.apache.org/viewvc?rev=422361&view=rev Log: hook in the Apache-SizeLimit tests [Still need to pass -httpd to its Makefile.PL earlier in the process] Modified: perl/modperl/branches/1.x/Makefile.PL Modified

svn commit: r422365 - /perl/modperl/branches/1.x/MANIFEST

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 21:14:52 2006 New Revision: 422365 URL: http://svn.apache.org/viewvc?rev=422365&view=rev Log: update for Apache-SizeLimit import Modified: perl/modperl/branches/1.x/MANIFEST Modified: perl/modperl/branches/1.x/MANIFEST URL: http://svn.apache.org/viewvc/pe

svn commit: r422366 - /perl/modperl/branches/1.x/MANIFEST

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 21:15:22 2006 New Revision: 422366 URL: http://svn.apache.org/viewvc?rev=422366&view=rev Log: sort this alpha Modified: perl/modperl/branches/1.x/MANIFEST Modified: perl/modperl/branches/1.x/MANIFEST URL: http://svn.apache.org/viewvc/perl/modperl/branches/

svn commit: r422369 - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 21:20:50 2006 New Revision: 422369 URL: http://svn.apache.org/viewvc?rev=422369&view=rev Log: put some space between the test suites and tabify the Makefile syntax correctly Modified: perl/modperl/branches/1.x/Makefile.PL Modified: perl/modperl/branches/1.

svn commit: r422372 - /perl/modperl/branches/1.x/lib/mod_perl.pm

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 21:31:46 2006 New Revision: 422372 URL: http://svn.apache.org/viewvc?rev=422372&view=rev Log: looks like the version never got upped. 1.30_01-dev is whats in the Changes file Modified: perl/modperl/branches/1.x/lib/mod_perl.pm Modified: perl/modperl/branch

svn commit: r422381 - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 22:56:02 2006 New Revision: 422381 URL: http://svn.apache.org/viewvc?rev=422381&view=rev Log: well this seems to work. Sadlly, the existing mod_perl 1.x framework seems to orphan the httpd process after make test BEFORE Apache-Test gets a chance to startup for A

Re: svn commit: r422381 - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread Philip M. Gollucci
> Sadlly, the existing mod_perl 1.x framework seems to orphan > the httpd process after make test BEFORE Apache-Test gets > a chance to startup for Apache-SizeLimit. I take this part back I was running my perl Makefile.PL with -httpd. Removing this seems to solve the problem. Don't figure, but