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

use strict;
use Test::More 0.98;
use lib '../lib', 'lib';
use_ok $_ for qw[Affix];
done_testing;