Reloading of Perl modules #1021
-
Currently, at least in the PSGI case, there is a two level approach to reloading. By reloading I mean check whether the module file has been updated and reload the module when it has.
The first case is fine, as only few files are concerned. The second case is not very elegant. Why don't we use a trigger file like it is supported in |
Beta Was this translation helpful? Give feedback.
Answered by
bschmalhofer
Jun 9, 2021
Replies: 1 comment 1 reply
-
The solution implemented in #1000 is IMHO good enough for now. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bschmalhofer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution implemented in #1000 is IMHO good enough for now.