Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / ArtistSourceName.pm
index c59bbe5..cf1b5de 100644 (file)
@@ -1,7 +1,12 @@
 package # hide from PAUSE
     DBICTest::Schema::ArtistSourceName;
 
+use warnings;
+use strict;
+
 use base 'DBICTest::Schema::Artist';
+use mro 'c3';
+
 __PACKAGE__->table(__PACKAGE__->table);
 __PACKAGE__->source_name('SourceNameArtists');