Description
Long-running Perl processes can reload changed modules from disk without restarting the whole program. This is useful for developer tools, test runners, interactive shells, and services that need faster edit-test cycles.
It is a developer library. Reloading code in a live process can leave old state behind, so it should be used carefully in production services and with clear expectations about what can safely change.