NAME

SSODemo - a Punk application

SYNOPSIS

plackup app.psgi
# or, for the event loop Punk is built for:
hyperman app.psgi

DESCRIPTION

Generated by punk new. The application class is the whole routing table: Punk exports the keywords, and to_app resolves and freezes routes, guards, views and models into one PSGI coderef at boot.

SEE ALSO

Punk, Punk::Context, Punk::Controller.