-
Notifications
You must be signed in to change notification settings - Fork 0
API::Core
cooper879 edited this page Apr 23, 2011
·
4 revisions
Core.pm is a component of the module API that registers itself to API::Module in order to register a few core commands of juno's API such as MODLOAD and MODUNLOAD.
Do not put Core in the main:modules Configuration option. As Core is required, it is loaded automatically. In fact, Core is needed to load all other modules. When juno checks if API is enabled when it is, API::Core is require()d. Then, API::Core itself loads the modules in main:modules.
tl;dr: No.