NAME
BusyBird::Main::PSGI - PSGI controller for BusyBird::Main
SYNOPSIS
DESCRIPTION
This is the controller object for BusyBird::Main. It creates a PSGI application from a BusyBird::Main object.
EXPORTABLE FUNCTIONS
The following functions are exported only by request.
$psgi_app = create_psgi_app($main_obj)
Creates a PSGI application object.
$main_obj
is a BusyBird::Main object.
AUTHOR
Toshio Ito <toshioito [at] cpan.org>