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

NAME

BusyBird::Main::PSGI - PSGI controller for BusyBird::Main

SYNOPSIS

    use BusyBird::Main;
    use BusyBird::Main::PSGI qw(create_psgi_app);
    
    my $main = BusyBird::Main->new();
    my $psgi_app = create_psgi_app($main);

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>