The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.80

  • [ MAJOR API CHANGE! ]
    • You don't say: use base 'Squatting' anymore.
    • When creating a Squatting app, you just say: use Squatting;
    • You don't say: use Squatting ':controllers' or use Squatting ':views' anymore
    • use Squatting takes care of what those statements used to do.
  • Squatting::H->merge renamed to Squatting::H->extend to be consistent w/ the way these words are used in contemporary Javascript libraries.
  • Added Squatting::With::PerHostConfig
  • hacked bin/squatting so that the console experience is a bit nicer. App->get and App->post will work a tiny bit more reliably.

Documentation

Squatting server start-up script

Modules

A Camping-inspired Web Microframework for Perl
default controller class for Squatting
a slot-based object that's vaguely reminiscent of Camping::H
map requests to session queues
if all else fails, you can still deploy on CGI
embed a Squatting app into a Catalyst app
use Continuity as the server for your Squatting app
a handler for Apache 1.3's mod_perl
mod_perl 2.0 support for Squatting
default view class for Squatting
provide a simple access log on STDERR
inspect running Squatting apps with Coro::Debug
a simple error log for Squatting apps
Mock HTTP helper methods mostly for the REPL
mount Squatting apps at arbitrary paths
vary %CONFIG based on $c->env->{HTTP_HOST}