-
Notifications
You must be signed in to change notification settings - Fork 0
Maypole adapter for PSGI
miyagawa/Maypole-PSGI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
Maypole adapter for PSGI
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published