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
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