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

Plack::Test::Adopt::Catalyst - Run Catalyst::Test based tests against Plack implementations

SYNOPSIS

  env PLACK_SERVER=Standalone \
    perl -MPlack::Test::Adopt::Catalyst=TestApp -e 'runtests @ARGV' *.t

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Catalyst::Test Plack::Test