Skip to content
cooper879 edited this page Apr 23, 2011 · 4 revisions

API::Core

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 I need to load it?

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.

Clone this wiki locally