The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use Moose;
extends 'Catalyst';
__PACKAGE__->config(
encoding => 'UTF-8',
);
__PACKAGE__->setup;
1;