X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FYear2000CDs.pm;h=f0890a32f0e5715c46dae71b3c27eca4fd85da39;hp=2fc30aada5c39c3187bdbf7f10de2bcf820bec8e;hb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;hpb=ad9445888039e05c8ca9ecf8b88948034ebaf0c1 diff --git a/t/lib/DBICTest/Schema/Year2000CDs.pm b/t/lib/DBICTest/Schema/Year2000CDs.pm index 2fc30aa..f0890a3 100644 --- a/t/lib/DBICTest/Schema/Year2000CDs.pm +++ b/t/lib/DBICTest/Schema/Year2000CDs.pm @@ -1,6 +1,9 @@ package # hide from PAUSE DBICTest::Schema::Year2000CDs; +use warnings; +use strict; + use base qw/DBICTest::Schema::CD/; __PACKAGE__->table_class('DBIx::Class::ResultSource::View');