The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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