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

NAME

Rapi::Demo::CrudModes - RapidApp DBIC-driven module config examples

SYNOPSIS

 use Rapi::Demo::CrudModes;
 my $app = Rapi::Demo::CrudModes->new;

 # Plack/PSGI app:
 $app->to_app

Or, from the command-line:

 plackup -MRapi::Demo::CrudModes -e 'Rapi::Demo::CrudModes->new->to_app'

DESCRIPTION

...

CONFIGURATION

...

SEE ALSO

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 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.