Retire DBIC::DebugObj, replace with $dbictest_schema->is_executed_sql_bind()
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 27 May 2014 17:17:26 +0000 (19:17 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Wed, 28 May 2014 00:57:56 +0000 (02:57 +0200)
commit2cfc22ddff9cb35524031dfc9d429d294b5e3d6e
tree493b648f78e765a40809e1fad5033169512190cc
parent680e2ac9adda36197b8b880c25fa344376f5914e
Retire DBIC::DebugObj, replace with $dbictest_schema->is_executed_sql_bind()

This cuts down on a lot of the silliness with debugcb/debugobj, and makes
for more precise tests as a whole. Went through great pains to not disturb
any existing tests, fingercross this is indeed the case

Read under -w for sanity
17 files changed:
Makefile.PL
t/18insert_default.t
t/80unique.t
t/85utf8.t
t/93autocast.t
t/count/count_rs.t
t/lib/DBIC/DebugObj.pm [deleted file]
t/lib/DBICTest/BaseSchema.pm
t/lib/DBICTest/Stats.pm [deleted file]
t/resultset/update_delete.t
t/row/find_one_has_many.t
t/search/preserve_original_rs.t
t/sqlmaker/mysql.t
t/sqlmaker/quotes.t
t/storage/debug.t
t/storage/nobindvars.t
t/storage/savepoints.t