John Beppu > Squatting-0.41 > Squatting::On::Continuity

Download:
Squatting-0.41.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Squatting-0.70

NAME ^

Squatting::On::Continuity - use Continuity as the server for your Squatting app

SYNOPSIS ^

  use App 'On::Continuity';
  App->init;
  App->continue(port => 2012);

DESCRIPTION ^

The purpose of this module is to add a continue method to your app that will start a Continuity-based web server when invoked. To use this module, pass the string 'On::Continuity' to the use statement that loads your Squatting app.

API ^

Continuity meets MVC (or just VC, actually)

App->continue(%options)

This method starts a Continuity-based web server. The %options are passed straight through to Continuity, and they let you specify things like what port to run the server on.

SEE ALSO ^

Continuity, Continuity::Mapper, Squatting::Mapper