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

USE

Put a plugins keyword in your Bigtop config section to insert one or more plugins into the base controller. If you use a controller level plugins keyword, the top level plugins will be repeated in the that controller so the plugin can re-register itself in that controller's namespace.

Note that multiple plugins are allowed, space separate them and remember to wrap them in backticks.

when you use plugins, you get a -PluginNamespace in you base module use statement. Plugins register themselves against that namespace so multiple apps in the same Apache instance don't have to share plugins.

EXAMPLE

Build the example with:

    bigtop -c example.bigtop all

Change to the Kids directory and look for PluginA in:

    app.cgi
    app.server
    docs/httpd.conf
    t/10_run.t