blob: c0328fadc5e7be7c8efb79d3e2c3b0a3f93b0750 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Utility for module developers to selectively reload needed modules
and/or conditionally augment @INC with additional, per-developer
library directories, at development time based on environment
variables.
Particularly helpful in conjunction with mod_perl applications where
some or all application logic resides in separate Perl modules that
would otherwise not get reloaded until the server restarts.
WWW: http://search.cpan.org/dist/Module-Reload-Sel/
|