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

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

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.

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.
