Revert part of bbcc1fe8 - the 'queue unstick hack' belongs in DBICTest
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 28 Feb 2016 13:04:08 +0000 (14:04 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 29 Feb 2016 12:02:40 +0000 (13:02 +0100)
commit970ed9a14ced481ba1011b2ed68fa9d8a4c2d5ae
tree780f72131fc065718971fc75752dfb6bb53710ed
parentdbfb29f0609a5eef347d81b8fdb9b7cce222970f
Revert part of bbcc1fe8 - the 'queue unstick hack' belongs in DBICTest

DBICTest::Util is more likely to be loaded before Test::More, voiding the
check in the BEGIN. DBICTest on the other hand is almost invariably loaded
after T::M.
t/lib/DBICTest.pm
t/lib/DBICTest/Util.pm