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

NAME

My::App - Sample base framework implementation

SYNOPSIS

ABSTRACT

This is a sample application for you to start from. Together with DBIx::VersionedSubs::Server, it provides a very frugal yet functional environment to evolve more code within your web browser.

It provides a basic dispatch mechanism, basic templates and the two functions view and save to create, view, and save functions.

The source code is most instructive to be read by you to get an idea of what to do with this framework. I expect that you will want to implement your own handler instead of extending this sample code.