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

use Catalyst qw/ConfigLoader/;

## Proof this is good config
##__PACKAGE__->config( do TestMiddlewareFromConfig->path_to('testmiddlewarefromconfig.pl') );

__PACKAGE__->setup_middleware('Head');
__PACKAGE__->setup;