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

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