Search results for "module:Module::Reload::Selective"
Module::Reload::Selective - Reload perl modules during development
CHTHORMAN/Module-Reload-Sel-1.02
-
08 May 2002 22:20:35 UTC
Module::Reload - Reload %INC files when updated on disk
When Perl pulls a file via "require", it stores the filename in the global hash %INC. The next time Perl tries to "require" the same file, it sees the file in %INC and does not reload from disk. This module's handler iterates over %INC and reloads th...
NEILB/Module-Reload-1.11 - 17 Apr 2017 10:19:35 UTC