Added tests for chained sqlt_deploy_hook()'s
authorPedro Melo <melo@simplicidade.org>
Tue, 24 May 2011 14:52:33 +0000 (15:52 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Sat, 4 Jun 2011 09:04:34 +0000 (11:04 +0200)
commita267ea85dbed950ecd00f5e6a139e33b1a67c7bf
treea765da7ba1ac7d41b74bd5df0983da9409665885
parent7f3fd2621c5509873aa30e7a68b7dd670421cc86
Added tests for chained sqlt_deploy_hook()'s

We need to declare the sqlt_deploy_hook sub's in the code to make sure the
next::method knows they exist.

Signed-off-by: Pedro Melo <melo@simplicidade.org>
t/86sqlt.t
t/lib/DBICTest/DeployComponent.pm [new file with mode: 0644]
t/lib/DBICTest/Schema/Track.pm