
Mojolicious::Plugin - Plugin base class

use Mojo::Base 'Mojolicious::Plugin';

Mojolicious::Plugin is an abstract base class for Mojolicious plugins.

Mojolicious::Plugin inherits all methods from Mojo::Base and implements the following new ones.
register$plugin->register;
This method will be called by Mojolicious::Plugins at startup time, your plugin should use this to hook into the application.
