svn commit: r370007 - in /perl/modperl/trunk: Changes lib/Apache2/Reload.pm

2006-01-17 Thread gozer
Author: gozer Date: Tue Jan 17 18:02:28 2006 New Revision: 370007 URL: http://svn.apache.org/viewcvs?rev=370007&view=rev Log: When multiple modules need to be reloaded, trying to unload/reload them one at a time was wrong. It's much safer to first unload them all, then attempt to reload them. This

svn commit: r370001 - in /perl/modperl/trunk: ./ src/modules/perl/ xs/Apache2/Access/ xs/Apache2/RequestUtil/ xs/maps/ xs/tables/current/ModPerl/

2006-01-17 Thread gozer
Author: gozer Date: Tue Jan 17 17:38:08 2006 New Revision: 370001 URL: http://svn.apache.org/viewcvs?rev=370001&view=rev Log: $r->add_config() can now take an optionnal 3rd argument that specifies what pseudo the configuration is evaluated into Submitted-By: Torsten Foertsch <[EMAIL PROTECTED]>

svn commit: r369980 - /perl/modperl/trunk/t/modperl/local_env.t

2006-01-17 Thread gozer
Author: gozer Date: Tue Jan 17 16:31:07 2006 New Revision: 369980 URL: http://svn.apache.org/viewcvs?rev=369980&view=rev Log: Disabling local %ENV testing, as it breaks the build and it's now obvious that the underlying problem is more complex than originally thought Modified: perl/modperl/t