The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Catalyst::Helper::PSGI - PSGI helper to create a .psgi application script

SYNOPSIS

  > script/myapp_create.pl PSGI

DESCRIPTION

This helper module creates a myapp.psgi application script so you can run your Catalyst with PSGI servers using plackup or Plack::Loader.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Catalyst::Engine::PSGI