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 TestApp;

use strict;
use Catalyst qw/Params::Profile/;

our $VERSION = '0.01';

### XXX make config configurable, so we can test the xmlrpc 
### specific config settings
#TestApp->config( debug => 1 );

TestApp->setup;

1;