NAME

Controller::Root - Root Controller / Landing Page (Should Exist).

NAME

Controller::Sweet - SweetPea Introduction and Welcome Page.

DESCRIPTION

This function displays a simple information page the application defaults to before development. This module should be removed before development.

NAME

App - Loads modules and provides accessors to SweetPea.

NAME

SweetPea - Rapid Application Development Utility

SYNOPSIS

sweetpea [options] [params]

Options:
  -help            brief help message
  -man             full documentation

  -makeapp         generates default application tree
  -makemodl        generates a bolier-plate Model
  -makeview        generates a bolier-plate View
  -makectrl        generates a bolier-plate Controller

OPTIONS

-help

Print a brief help message and exits.

-man

Prints the manual page and exits.

DESCRIPTION

sweetpea.pl is used to generate the initial application structure and any additional Models, Views, and/or Controllers you may need.