Accomodate broken Test::More trials a bit better
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Util / LeakTracer.pm
2014-09-24 Peter Rabbitson Accomodate broken Test::More trials a bit better
2014-09-24 Peter Rabbitson Viciously deal with more strictures fallout
2014-07-21 Peter Rabbitson Replace many closure-based proxy methods with static...
2014-07-17 Peter Rabbitson Consolidate bits and pieces under ::_Util::refdesc
2014-01-28 Peter Rabbitson Factor out the symtable walker, no functional changes...
2014-01-28 Peter Rabbitson One extra cleanup pass before asserting weakregistry...
2014-01-23 Peter Rabbitson Move hrefaddr to DBIC::_Util, give most functions a...
2014-01-23 Peter Rabbitson Work around older DBI (possibly other cases) of faulty...
2014-01-22 Peter Rabbitson Fix long standing issue with resultset growth on repeat...
2014-01-20 Peter Rabbitson Do not track plain scalar refs on 5.17+ for the time...
2014-01-20 Peter Rabbitson Stop circref TODO based on RT#82942 from failing after...
2014-01-19 Peter Rabbitson Now that we have the tools leak-track much more stuff...
2014-01-19 Peter Rabbitson Switch to a global symtable "classdata" visitor
2014-01-19 Peter Rabbitson Even saner diagnostics (view under diff -w)
2014-01-19 Peter Rabbitson Stop various CLONE-registries from growing indefinitely
2014-01-19 Peter Rabbitson Rewire the leaktracer to store all refs by address...
2014-01-19 Peter Rabbitson Centralize handling of refcount in DBIC::_Util
2013-10-11 Peter Rabbitson Move classdata handling to DBICTest::Util::LeakTracer
2012-11-30 Peter Rabbitson Fix the leaktracer rewrite in 218b7c12 which broke...
2012-11-14 Peter Rabbitson More robust behavior under heavily threaded environments