> -----Original Message-----
> From: Perrin Harkins [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 02, 2004 12:05 PM
> To: Bevelock, Mike
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: Apache::Reload: explicitly registering required 
> library files [p atch included]
> 
> 
> Bevelock, Mike wrote:
> > For example, if a sub in 'lib/common_subs.pl' changed, it 
> would be nice if
> > all code
> > that did this:
> > 
> > require 'lib/common_subs.pl';
> > 
> > got the fresh code in lib/common_subs.pl.
> 
> It won't with this patch, unless common_subs.pl declares a 
> package.  If 
> common_subs.pl is just a bunch of subs that get pulled into 
> the current 
> script's namespace, Apache::Reload can't change them.
> 
> - Perrin
> 

Thank you for the reply, Perrin.

Actually, all our required libs declare a package...I guess that's why it's
working for us.

-Mike
btw, I really enjoyed your Building Scalable Websites presentation at YAPC.

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to