Re: Apache::Reload: explicitly registering required library files [p atch included]

2004-07-02 Thread Perrin Harkins
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

Apache::Reload: explicitly registering required library files [p atch included]

2004-07-02 Thread Bevelock, Mike
A nice enhancement to Apache::Reload would be the ability to explicitly "register" and reload required library files. 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. The Ap