NAME

ClearPress - Simple, fresh & fruity MVC framework

VERSION

$LastChangedRevision: 121 $

SYNOPSIS

DESCRIPTION

Application Structure

/cgi-(bin|perl)/application
/lib/application/model/*.pm
/lib/application/view/*.pm
/data/config.ini
/data/templates/*.tt2

Application Setup

The simplest method for setting up a clearpress application is to use
the 'clearpress' script in the scripts/ subdirectory. See the POD
there for usage instructions.

SUBROUTINES/METHODS

There are no methods in this module. It's purely for documentation
purposes. See the POD for this module's dependencies for details of
the guts.

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

ClearPress::model ClearPress::view ClearPress::controller ClearPress::util

CGI POSIX Template Lingua::EN::Inflect HTTP::Server::Simple::CGI

INCOMPATIBILITIES

BUGS AND LIMITATIONS

ClearPress is not an implementation of the classic MVC pattern so if you're expecting that, you may be disappointed. Having said that it has been used extremely effectively in rapid development of a number of production applications.

AUTHOR

Roger Pettett, <rpettett@cpan.org>

LICENSE AND COPYRIGHT

Copyright (C) 2008 Roger Pettett

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.