-
-
23 Sep 2014 20:15:05 UTC
- Distribution: DBIx-VersionedSubs
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (378 / 0 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (15.96KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Data::Inheritable
- DBD::SQLite
- HTTP::Server::Simple
- Template
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
andsave
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.
Module Install Instructions
To install DBIx::VersionedSubs, copy and paste the appropriate command in to your terminal.
cpanm DBIx::VersionedSubs
perl -MCPAN -e shell install DBIx::VersionedSubs
For more information on module installation, please visit the detailed CPAN module installation guide.