The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Wubot::WubotX - WubotX extensions manager

VERSION

version 0.4.2

SYNOPSIS

    use App::Wubot::WubotX;
    my $wubotx = App::Wubot::WubotX->new();
    $wubotx->get_plugins();

DESCRIPTION

This library should be used by any tools that use one or more WubotX extensions. This is still in an early phase of development.

SUBROUTINES/METHODS

$obj->get_plugins()

Search for all plugin directories in ~/wubot/WubotX. All directories that are found are added to @INC.

$obj->get_webui()

Loads the webui.yaml files from the various plugin directories.

Find templates in the plugin directory, and symlink them into the Mojolicious 'templates' directory.