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

package # hide from PAUSE
DBICTest::Schema::ArtistSubclass;
use strict;
__PACKAGE__->table(__PACKAGE__->table);
1;