Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
1234567891011 package # hide from PAUSE DBICTest::Schema::ArtistSourceName;use warnings;use strict;use base 'DBICTest::Schema::Artist';__PACKAGE__->table(__PACKAGE__->table);__PACKAGE__->source_name('SourceNameArtists');1;
package
# hide from PAUSE
DBICTest::Schema::ArtistSourceName;
use
warnings;
strict;
base
'DBICTest::Schema::Artist'
;
__PACKAGE__->table(__PACKAGE__->table);
__PACKAGE__->source_name(
'SourceNameArtists'
);
1;