Enrico Sorcinelli wrote: > Hi all, > > I have this PerlSetVar behaviour. Suppose to have: > > <Location /foo> > SetHander perl-script > PerlSetVar Something 0 > PerlResponseHandler MyModule > </Location> > > But in MyModule.pm, $r->dir_config('Something') returns an undef value instead > of 0 (zero). This happens on both mod_perl generations (I have Perl 5.8.1 with mp > 1.29 and mp 1.99_10).
this is fixed in current mod_perl 2.0 cvs - please give it a whirl. I'll take a look at 1.0 "soonish" but it may never get fixed there, depending on how intricate the change is. we want to fix bugs, of course, but we also don't want to upset the stable tree for little things, so we treat it with much more care :) --Geoff -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html