Subject: | Mojo::Loader->reload does not detect new files |
Mojo::Loader->reload correctly reloads modules that have been changed,
but it does not load any modules that were created since the Mojo
application was first started. Even with MOJO_RELOAD set, the
application must be aborted and restarted before new modules are visible
to it.