The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package MyModel4::table1;

use MyModel4 -base;

has table => 'table1';

sub list { shift->select }

1;