blob: 8dd90806b5801891888a7a9c1f49ee16ab936dec (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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.
|