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

use strict;
__PACKAGE__->table('b');
__PACKAGE__->add_columns('b');
1;