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

NAME

Catalyst::Plugin::RapidApp - main plugin class for RapidApp

SYNOPSIS

 package MyApp;
 
 use Catalyst   qw/ RapidApp /;

DESCRIPTION

This is the primary Catalyst plugin that enables RapidApp in a Catalyst application.

This plugin is loaded automatically by all RapidApp plugins and typically doesn't need to be loaded directly.

SEE ALSO

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by IntelliTree Solutions llc.

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