in reply to Re: Adding code to a Perl program without stopping it
in thread Adding code to a Perl program without stopping it
Module::Reload->check() basically does:
However, what if you delete a sub from a module while running the program, the function will remain loaded. That needs to be fixed in Module::Pluggable.
I took a look at Apache::StatINC and it does the same as Module::Reload except it does delete the subs that are gone using this:
Plack::Loader::Shotgun I wasn't able to check out because I'm not familiar with Plack
|
---|