Hi,
modperl_config_dir_create begins with these lines:
void *modperl_config_dir_create(apr_pool_t *p, char *dir)
{
modperl_config_dir_t *dcfg = modperl_config_dir_new(p);
dcfg->location = dir;
While dcfg is created anew the dir pointer is simply stored. This means the
lifetime of dcfg
Fred Moyer wrote:
> Greetings,
>
> RC5 for Apache::Reload is now available. RC4 was a bust since I
> didn't follow my own additions to the RELEASE document :) Note to
> self - caffeinate before releasing.
All tests successfully skipped on Win32/VC6 with perl 5.10.0 and apache
1.3.39.
-