Subject: | modules aren't loaded from "./Modules/" as documented |
The Bot::BasicBot::Pluggable documentation says the following about the load() method:
Load a module for the bot by name, from, by preference './Modules/$module.pm',
but will fall back to Bot::BasicBot::Pluggable::Module::$module if this
isn't available.
However, ./Modules/ doesn't seem to be searched at all, and the actual function doesn't seem to try to do so. So either the documentation should be updated to remove this functionality, or the functionality should actually be added.