Skip to content

miyagawa/Maypole-PSGI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
t
 
 
xt
 
 
 
 
 
 
 
 
 
 
 
 
 
 
NAME
    Maypole::PSGI - Runs Maypole application as PSGI application

SYNOPSIS
      # in app.psgi
      use BeerDB;
      use Maypole::PSGI;

      my $handler = sub { Maypole::PSGI->run('BeerDB', @_) };

DESCRIPTION
    Maypole::PSGI is an Maypole adapter to run Maypole application on any
    PSGI server. It uses CGI::PSGI and then wrap CGI::Maypole and does some
    really wacky hack to adapt Maypole's hardcoded dispatcher list, but it
    works :)

AUTHOR
    Tatsuhiko Miyagawa <miyagawa@bulknews.net>

LICENSE
    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SEE ALSO
    Maypole CGI::PSGI

Releases

No releases published

Packages

No packages published

Languages