NAME

Mojolicious::Plugin::Shortcut - Plugin for Mojo::Shortcut to use short#action like invocations

VERSION

version 0.003

SYNOPSIS

$app->plugin('Shortcut');

DESCRIPTION

Add a helper 'shorctut' also provides an application class as a namespaces attribute to Mojo::Shortcut

METHODS

register

Loads and registers a plugin

HELPERS

shorcut

Creates a new Mojo::Shortcut object. Also sets a namespaces to application's class, if namespaces attribute isn't provided

AUTHOR

alexbyk <alex@alexbyk.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by alexbyk.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.