Revert "Fix incorrect default sqlt_deploy_hook signature" (fed15b916)
authorPedro Melo <melo@simplicidade.org>
Tue, 24 May 2011 14:18:34 +0000 (15:18 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Sat, 4 Jun 2011 09:04:31 +0000 (11:04 +0200)
commit7f3fd2621c5509873aa30e7a68b7dd670421cc86
tree9d19e19553bf973240c37ee34510bb3067f4c8f7
parent71829446a4a4520d835971cf8376297d57315940
Revert "Fix incorrect default sqlt_deploy_hook signature" (fed15b916)

With this change, code that uses next::can or next::method inside
sql_deploy_hook(), like components, stops working.

Also fix documentation to match the actual code
Changes
lib/DBIx/Class/ResultSource.pm
t/86sqlt.t