Fix inexplicable 5.8.x C3 errors - roll back e6efde04
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / DeployComponent.pm
index 590fc25..99fbbd7 100644 (file)
@@ -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 {