1 # belongs to t/86sqlt.t
2 package # hide from PAUSE
3 DBICTest::DeployComponent;
8 # Part of a test, important to remain as-is
9 # see also DBICTest::Schema::Track
10 use base 'DBIx::Class::Core';
14 sub sqlt_deploy_hook {
17 $hook_cb->($class, @_) if $hook_cb;
18 $class->next::method(@_) if $class->next::can;