X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FDeployComponent.pm;fp=t%2Flib%2FDBICTest%2FDeployComponent.pm;h=99fbbd743a30c8c5d0fcd5d643fe5d026b4d5240;hb=c356fcb1919c92e9f9b1dfe9fcc4c4cd33dc5ad6;hp=590fc25ab2c1aa9cba6d95a0742a82816cd6ebc1;hpb=93f1cd05f42cb5b4081a2929804f3c8ab4d38f52;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest/DeployComponent.pm b/t/lib/DBICTest/DeployComponent.pm index 590fc25..99fbbd7 100644 --- a/t/lib/DBICTest/DeployComponent.pm +++ b/t/lib/DBICTest/DeployComponent.pm @@ -1,9 +1,14 @@ # belongs to t/86sqlt.t package # hide from PAUSE DBICTest::DeployComponent; + use warnings; use strict; +# Part of a test, important to remain as-is +# see also DBICTest::Schema::Track +use base 'DBIx::Class::Core'; + our $hook_cb; sub sqlt_deploy_hook {