From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

package TestApp;
use Moose;
use Catalyst qw/
Cache::HTTP::Preempt
/;
extends 'Catalyst';
__PACKAGE__->setup;
1;