X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FArtistSourceName.pm;h=3e6a7e65764715c448bbb0f26ba414a16537d8a4;hb=0f6d86e4c025273bdbe5d6527e44d7b42b7fede8;hp=c4c8a8bd536923413c276ff1abf3edc595a42448;hpb=bab77431c4723e1625740c08c9c53742b689cbdb;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/Schema/ArtistSourceName.pm b/t/lib/DBICTest/Schema/ArtistSourceName.pm index c4c8a8b..3e6a7e6 100644 --- a/t/lib/DBICTest/Schema/ArtistSourceName.pm +++ b/t/lib/DBICTest/Schema/ArtistSourceName.pm @@ -1,8 +1,11 @@ package # hide from PAUSE DBICTest::Schema::ArtistSourceName; -use base 'DBICTest::Schema::Artist'; +use warnings; +use strict; +use base 'DBICTest::Schema::Artist'; +__PACKAGE__->table(__PACKAGE__->table); __PACKAGE__->source_name('SourceNameArtists'); 1;