Lose yet another dep (Data::Dumper::Concise)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Util / LeakTracer.pm
2016-03-28 Peter Rabbitson Lose yet another dep (Data::Dumper::Concise)
2016-03-23 Peter Rabbitson Expand ASSERT_NO_SPURIOUS_EXCEPTION_ACTION to set a...
2016-03-03 Peter Rabbitson Do not load DBIC::Optional::Dependencies at runtime...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-11 Dagfinn Ilmari Man... Proper fix for the lazy workaround in 7e1774f7
2015-10-15 Peter Rabbitson Switch several caller() invocations to explicit CORE...
2015-08-12 Dagfinn Ilmari Man... Stop importing all the POSIX functions
2015-08-12 Kent Fredric Do not load PadWalker at all on plain installs
2015-06-07 Peter Rabbitson More excision of POSIX::import() calls (similar to...
2015-04-03 Kent Fredric Do not load PadWalker at all on plain installs
2015-03-12 Peter Rabbitson Remove erroneous undefer introduced in 8d73fcd4 (confus...
2015-03-12 Peter Rabbitson Remove erroneous undefer introduced in 8d73fcd4 (confus...
2015-03-05 Peter Rabbitson Extract LeakTracer symtable visitor into DBICTest:...
2015-03-02 Peter Rabbitson At last a safer Moo (lots of kludges undone)
2015-01-23 Peter Rabbitson Fix intermittent failures in the LeakTracer on 5.18...
2014-12-23 Peter Rabbitson (travis) Add 5.8.1 dev-testing to avoid crap like RT...
2014-09-25 Peter Rabbitson Edit leaktracer diag texts to be ilmary-compliant :)
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